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 60514f5 commit df800e0Copy full SHA for df800e0
.github/workflows/release.yml
@@ -38,4 +38,7 @@ jobs:
38
- uses: shogo82148/actions-upload-release-asset@v1
39
with:
40
upload_url: ${{ github.event.release.upload_url }}
41
- asset_path: *.zip
+ asset_path: |
42
+ linux.zip
43
+ macos.zip
44
+ windows.zip
0 commit comments