Fix the path of the .rpx inside the release.zip

This commit is contained in:
Maschell 2021-04-02 23:04:07 +02:00
parent 69feab5a90
commit ba24e6b99a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
- uses: actions/download-artifact@master
with:
name: binary
path: wiiu
path: wiiu/apps
- name: zip artifact
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu
- name: Create Release