Skip to content

Commit e6a79f3

Browse files
committed
- update package names in yaml
1 parent 813cccf commit e6a79f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
with:
6363
upload_url: ${{ needs.setup.outputs.upload_url }}
64-
asset_path: ./dist/macOS-universal.zip
65-
asset_name: macOS-universal.zip
64+
asset_path: ./dist/macOS-x64.zip
65+
asset_name: macOS-x64.zip
6666
asset_content_type: application/zip
6767
linux:
6868
needs: setup
@@ -82,6 +82,6 @@ jobs:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383
with:
8484
upload_url: ${{ needs.setup.outputs.upload_url }}
85-
asset_path: ./dist/Linux-aarch64.zip
86-
asset_name: Linux-aarch64.zip
85+
asset_path: ./dist/Linux-x64.zip
86+
asset_name: Linux-x64.zip
8787
asset_content_type: application/zip

0 commit comments

Comments
 (0)