Update macos.yml
This commit is contained in:
parent
3178992889
commit
c119908c15
1 changed files with 3 additions and 3 deletions
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
upload_url: ${{ github.event.release.upload_url }}
|
||||||
asset_path: ./build/${{ env.RELEASE_NAME }}.zip
|
asset_path: ./build/${{ env.RELEASE_NAME }}.tar.gz
|
||||||
asset_name: ${{ env.RELEASE_NAME }}.zip
|
asset_name: ${{ env.RELEASE_NAME }}.tar.gz
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/gzip
|
||||||
if: github.event_name == 'release' && github.event.action == 'published'
|
if: github.event_name == 'release' && github.event.action == 'published'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue