There was an error while loading. Please reload this page.
1 parent 2b302e7 commit cf3985bCopy full SHA for cf3985b
1 file changed
.github/workflows/release.yml
@@ -17,8 +17,13 @@ jobs:
17
chmod +x scripts/build-release.sh
18
./scripts/build-release.sh
19
20
- - name: Upload zip to release
+ - name: Upload release artifacts
21
env:
22
GH_TOKEN: ${{ github.token }}
23
TAG_NAME: ${{ github.event.release.tag_name }}
24
- run: gh release upload "$TAG_NAME" dist/normalpowers-v*.zip --clobber
+ run: |
25
+ gh release upload "$TAG_NAME" \
26
+ dist/normalpowers-v*.zip \
27
+ dist/normalpowers-v*.plugin \
28
+ dist/normalpowers-v*.skill \
29
+ --clobber
0 commit comments