Merge branch 'publish-test' of github.com:cerc-io/stack-orchestrator into publish-test

This commit is contained in:
David Boreham 2023-04-10 07:10:36 -06:00
commit c5a42b7ddf

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