diff options
| author | Ray <[email protected]> | 2020-08-19 18:48:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-19 18:48:16 +0200 |
| commit | c119908c15265b0430e4aeb69ba0127fa8a40950 (patch) | |
| tree | 24a4c31b528454d4cbaad23cc89396dea956730c /.github/workflows | |
| parent | 3178992889a279849aae0da937caa7edb9a7a9e0 (diff) | |
| download | raylib-c119908c15265b0430e4aeb69ba0127fa8a40950.tar.gz raylib-c119908c15265b0430e4aeb69ba0127fa8a40950.zip | |
Update macos.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/macos.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f4577203..b17391dc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -57,7 +57,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' |
