diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea29b32..4dcf944 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,8 @@ jobs: - uses: actions/download-artifact@master with: name: binary - path: wiiu - name: zip artifact - run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu + run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip *.rpx - name: Create Release id: create_release uses: actions/create-release@v1