Skip to content

Commit

Permalink
Add MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Jan 2, 2024
1 parent dbd1c15 commit cf811c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:

with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/ubuntu.zip
asset_path: artifacts/ubuntu/ubuntu.zip
asset_name: ubuntu.zip
asset_content_type: application/zip

Expand All @@ -312,7 +312,7 @@ jobs:
PACKAGENAME: ${{ needs.setup.outputs.APPNAME }}-${{ needs.setup.outputs.VERSION }}-macos
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/macos.zip
asset_path: artifacts/macos/macos.zip
asset_name: macos.zip
asset_content_type: application/zip

Expand Down

0 comments on commit cf811c5

Please sign in to comment.