diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb323ff..cb9eaff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,6 @@ jobs: - uses: actions/download-artifact@master with: name: binary - path: / - name: zip artifact run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu - name: Create Release