From 7829ccb23e3651bdf950a738aad8a0b49082de2d Mon Sep 17 00:00:00 2001 From: Andrew Molchanov Date: Fri, 26 Feb 2021 09:26:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B0=D1=80=D1=85?= =?UTF-8?q?=D0=B8=D0=B2=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 7 ++++--- .github/workflows/testing.yml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2817f7a..d6b10fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,9 +66,10 @@ jobs: retention-days: 30 - name: Create release archive - uses: montudor/action-zip@v0.1.1 + uses: papeloto/action-zip@v1 with: - args: zip -qq -r ${{ matrix.build_os }}.zip ./aurora-launcher-${{ matrix.build_os }}-x64 + files: aurora-launcher-${{ matrix.build_os }}-x64 + dest: ${{ matrix.build_os }}.zip - name: Upload release uses: actions/upload-release-asset@v1 @@ -77,5 +78,5 @@ jobs: with: upload_url: ${{ needs.release.outputs.upload_url }} asset_path: ./${{ matrix.build_os }}.zip - asset_name: Launcher ${{ matrix.os }}.zip + asset_name: Launcher_${{ matrix.os }}.zip asset_content_type: application/zip \ No newline at end of file diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 304312b..6c14f9f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -38,7 +38,7 @@ jobs: - name: Upload a Build Artifact uses: actions/upload-artifact@v2.2.0 with: - name: Launcher Testing ${{ matrix.build_os }} + name: Launcher_Testing_${{ matrix.build_os }} path: aurora-launcher-${{ matrix.build_os }}-x64 if-no-files-found: error retention-days: 30 \ No newline at end of file