Compress tar files in release.yml action (#508)

pull/518/head
Lawrence Angrave 2023-10-02 02:38:13 -05:00 committed by GitHub
parent 42264dab42
commit bcd294a93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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