summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-19 18:48:16 +0200
committerGitHub <[email protected]>2020-08-19 18:48:16 +0200
commitc119908c15265b0430e4aeb69ba0127fa8a40950 (patch)
tree24a4c31b528454d4cbaad23cc89396dea956730c /.github/workflows
parent3178992889a279849aae0da937caa7edb9a7a9e0 (diff)
downloadraylib-c119908c15265b0430e4aeb69ba0127fa8a40950.tar.gz
raylib-c119908c15265b0430e4aeb69ba0127fa8a40950.zip
Update macos.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/macos.yml6
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'