Skip to content

Commit

Permalink
Compress tar files in release.yml action (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrave authored Oct 2, 2023
1 parent 42264da commit bcd294a
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 @@ -46,7 +46,7 @@ jobs:
- name: Package the code
run: |
cmake --build build --target install
tar -cvf ${{env.RELEASE_NAME}}.tar.gz ${{env.RELEASE_NAME}}
tar -cvzf ${{env.RELEASE_NAME}}.tar.gz ${{env.RELEASE_NAME}}
- name: Upload the release
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit bcd294a

Please sign in to comment.