From 17c9662ab7dad81558660d6118e8bafe8ff5d7b1 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Tue, 10 Sep 2024 02:36:44 +0100 Subject: [PATCH] Fix: remove .zip from artifacts names --- .github/workflows/desktop-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index ef496efd..03ed6dc3 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -64,7 +64,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: path: desktopApp/release-builds/Robosats-darwin-x64 - name: robosats-desktop-${{ steps.commit.outputs.short }}-mac-darwin-x64.zip + name: robosats-desktop-${{ steps.commit.outputs.short }}-mac-darwin-x64 - name: Upload Windows Build Artifact id: upload-release-win-zip-asset @@ -73,7 +73,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: path: desktopApp/release-builds/Robosats-win32-ia32 - name: robosats-desktop-${{ steps.commit.outputs.short }}-win32-ia32.zip + name: robosats-desktop-${{ steps.commit.outputs.short }}-win32-ia32 - name: Upload Linux Build Artifact id: upload-release-linux-zip-asset @@ -82,4 +82,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: path: desktopApp/release-builds/Robosats-linux-x64 - name: robosats-desktop-${{ steps.commit.outputs.short }}-linux-x64.zip + name: robosats-desktop-${{ steps.commit.outputs.short }}-linux-x64