Publish test workflow #308

Merged
telackey merged 14 commits from publish-test into main 2023-04-10 17:50:10 +00:00
Showing only changes of commit 355c3e179e - Show all commits

View File

@ -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