From 63e59f7b5f489670fd1944c2cb4535891b1751d8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 28 Dec 2021 18:41:29 +0100 Subject: [PATCH] Change the release-artifact directory structure --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2337d6..6d525aa 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/modules/setup - 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