Skip to content

Commit

Permalink
updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Apr 6, 2021
1 parent 8bc1ce9 commit 94f004b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:
- name: Package binary
run: |
mv autom8/autom8 autom8.art
rm -rf autom8
./package autom8.art
ls -la
- name: Create artifact
run: |
install -m 0755 ./${{ env.app-name }} .
install -m 0755 ./autom8 .
tar czf ${{ env.app-name }}-${{runner.os}}.tar.gz ${{ env.app-name }} README.md LICENSE
- name: Upload Artifact
Expand Down

0 comments on commit 94f004b

Please sign in to comment.