Remove comment
This commit is contained in:
parent
80bbbafeb6
commit
a26ec970bc
@ -29,8 +29,6 @@ jobs:
|
|||||||
run: pip install shiv
|
run: pip install shiv
|
||||||
- name: "Build local shiv package"
|
- name: "Build local shiv package"
|
||||||
id: build
|
id: build
|
||||||
# Build has to be done after deciding on the version because
|
|
||||||
# we bundle the version into the build
|
|
||||||
run: |
|
run: |
|
||||||
./scripts/build_shiv_package.sh
|
./scripts/build_shiv_package.sh
|
||||||
result_code=$?
|
result_code=$?
|
||||||
@ -38,7 +36,7 @@ jobs:
|
|||||||
exit $result_code
|
exit $result_code
|
||||||
- name: "Stage artifact file"
|
- name: "Stage artifact file"
|
||||||
run: |
|
run: |
|
||||||
cp ${{ steps.build.outputs.package-file }} ./laconic-so
|
cp ${{ steps.build.outputs.package-file }} ./laconic-so
|
||||||
- name: "Create release"
|
- name: "Create release"
|
||||||
uses: cerc-io/action-gh-release@gitea-v1
|
uses: cerc-io/action-gh-release@gitea-v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user