diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 32aec8ea..d31ac310 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -36,7 +36,9 @@ jobs: ./scripts/build_shiv_package.sh result_code=$? echo "package-file=$(ls ./package/*)" >> $GITHUB_OUTPUT - exit $result_code + exit $result_code + - name: "Test things" + run: echo "Build tag is: ${{ steps.build-info.outputs.build-tag }}" - name: "Stage artifact file" run: | cp ${{ steps.build.outputs.package-file }} ./laconic-so