update release.yml

This commit is contained in:
Schnitzel5 2025-01-10 23:48:48 +01:00
parent 0c026a5ca3
commit 8ac10709c4

View file

@ -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