From 1c629420f296206e9a7f6eddef92f9ed8aa9dfc8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 28 Dec 2021 18:41:48 +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 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