Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed May 22, 2022
1 parent a1dd99e commit fe8036e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: |
shards build --production --release --static --no-debug --link-flags="-s -Wl,-z,relro,-z,now"
strip ./bin/crystal_hello_world
tar zcf crystal_hello_world.tar.gz bin/crystal_hello_world LICENSE
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
bin/crystal_hello_world
LICENSE
crystal_hello_world.tar.gz

0 comments on commit fe8036e

Please sign in to comment.