Skip to content

Commit

Permalink
Fix: remove .zip from artifacts names
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Sep 10, 2024
1 parent f9244e1 commit 17c9662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 17c9662

Please sign in to comment.