diff options
| author | Ray <[email protected]> | 2020-08-19 18:47:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-19 18:47:58 +0200 |
| commit | 3178992889a279849aae0da937caa7edb9a7a9e0 (patch) | |
| tree | 26dd86d2bdb1ee0e7124f403cb9e983e28bfd58f /.github/workflows/linux.yml | |
| parent | f16b9267de550663bde6fa2355d2c4edbef33914 (diff) | |
| download | raylib-3178992889a279849aae0da937caa7edb9a7a9e0.tar.gz raylib-3178992889a279849aae0da937caa7edb9a7a9e0.zip | |
Update linux.yml
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c7110935..3269e1a3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -73,7 +73,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./build/${{ env.RELEASE_NAME }}.zip - asset_name: ${{ env.RELEASE_NAME }}.zip - asset_content_type: application/zip + asset_path: ./build/${{ env.RELEASE_NAME }}.tar.gz + asset_name: ${{ env.RELEASE_NAME }}.tar.gz + asset_content_type: application/gzip if: github.event_name == 'release' && github.event.action == 'published' |
