From dc81c391fef16e29bcfd400c21803ee16f4b6736 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Tue, 17 Jan 2023 19:05:12 +0900 Subject: [PATCH] =?UTF-8?q?7z=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=8C?= =?UTF-8?q?=E9=96=93=E9=81=95=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E4=BF=AE=E6=AD=A3=20(#384)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 99aa6cc15..dade50e24 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -158,14 +158,9 @@ jobs: CERT_PASSWORD: ${{ secrets.CERT_PASSWORD }} - name: Archive artifact shell: bash - if: (!contains(matrix.os , 'windows')) run: | cd artifact - zip -r "../${{ env.ASSET_NAME }}.zip" "${{ env.ASSET_NAME }}" - - name: Archive artifact (Windows) - if: contains(matrix.os, 'windows') - run: | - 7z a "${{ env.ASSET_NAME }}.zip" "artifact/${{ env.ASSET_NAME }}" + 7z a "../${{ env.ASSET_NAME }}.zip" "${{ env.ASSET_NAME }}" - name: Upload to Release if: env.VERSION != 'DEBUG' && env.SKIP_UPLOADING_RELEASE_ASSET == '0' uses: softprops/action-gh-release@v1