We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813cccf commit e6a79f3Copy full SHA for e6a79f3
.github/workflows/release.yaml
@@ -61,8 +61,8 @@ jobs:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
with:
63
upload_url: ${{ needs.setup.outputs.upload_url }}
64
- asset_path: ./dist/macOS-universal.zip
65
- asset_name: macOS-universal.zip
+ asset_path: ./dist/macOS-x64.zip
+ asset_name: macOS-x64.zip
66
asset_content_type: application/zip
67
linux:
68
needs: setup
@@ -82,6 +82,6 @@ jobs:
82
83
84
85
- asset_path: ./dist/Linux-aarch64.zip
86
- asset_name: Linux-aarch64.zip
+ asset_path: ./dist/Linux-x64.zip
+ asset_name: Linux-x64.zip
87
0 commit comments