update release.yml
This commit is contained in:
parent
0c026a5ca3
commit
8ac10709c4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -198,12 +198,12 @@ jobs:
|
|||
- name: upload artifact windows zip
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: Mangayomi-*.zip
|
||||
path: dist/**/Mangayomi-*.zip
|
||||
|
||||
- name: release package windows zip
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: Mangayomi-*.zip
|
||||
artifacts: dist/**/Mangayomi-*.zip
|
||||
allowUpdates: true
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue