From c6e2f594b92872a64164466158bfe1f549a148cb Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 25 Dec 2021 20:26:49 +0100 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) 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