Skip to content

Commit

Permalink
gzip release tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsmutti committed Nov 19, 2019
1 parent 4360a11 commit 0be78c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cargo build --release --target ${{ matrix.arch }}-${{ matrix.target }}

- name: Archive
run: tar cvf homer_${{ steps.get_version.outputs.VERSION }}_${{ matrix.arch }}-${{ matrix.target }}.tar.gz -C target/${{ matrix.arch }}-${{ matrix.target }}/release/ homer
run: tar cvzf homer_${{ steps.get_version.outputs.VERSION }}_${{ matrix.arch }}-${{ matrix.target }}.tar.gz -C target/${{ matrix.arch }}-${{ matrix.target }}/release/ homer

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 0be78c6

Please sign in to comment.