From ba24e6b99abec7e300a983df3800e380a3c90bbb Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 2 Apr 2021 23:04:07 +0200 Subject: [PATCH] Fix the path of the .rpx inside the release.zip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb98bc5..6e88b29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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