Skip to content

Commit

Permalink
Merge pull request #1530 from RoboSats/fix-desktop-release
Browse files Browse the repository at this point in the history
Fix Desktop release
  • Loading branch information
KoalaSat authored Oct 18, 2024
2 parents 3f46a35 + 7f077e8 commit 28c0c6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: desktopApp/release-builds/Robosats-darwin-x64
name: robosats-desktop-${{ inputs.semver }}-mac-darwin-x64
name: robosats-desktop-${{ inputs.semver }}-mac-darwin-x64.zip

- name: Upload Windows Build Artifact
if: inputs.semver != ''
Expand All @@ -86,7 +86,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: desktopApp/release-builds/Robosats-win32-ia32
name: robosats-desktop-${{ inputs.semver }}-win32-ia32
name: robosats-desktop-${{ inputs.semver }}-win32-ia32.zip

- name: Upload Linux Build Artifact
if: inputs.semver != ''
Expand All @@ -95,7 +95,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: desktopApp/release-builds/Robosats-linux-x64
name: robosats-desktop-${{ inputs.semver }}-linux-x64
name: robosats-desktop-${{ inputs.semver }}-linux-x64.zip

- name: Upload macOS Build Artifact
id: upload-release-mac-zip-asset
Expand All @@ -105,7 +105,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
name: robosats-desktop-${{ steps.commit.outputs.short }}-mac-darwin-x64.zip

- name: Upload Windows Build Artifact
id: upload-release-win-zip-asset
Expand All @@ -115,7 +115,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: desktopApp/release-builds/Robosats-win32-ia32
name: robosats-desktop-${{ steps.commit.outputs.short }}-win32-ia32
name: robosats-desktop-${{ steps.commit.outputs.short }}-win32-ia32.zip

- name: Upload Linux Build Artifact
id: upload-release-linux-zip-asset
Expand All @@ -125,4 +125,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: desktopApp/release-builds/Robosats-linux-x64
name: robosats-desktop-${{ steps.commit.outputs.short }}-linux-x64
name: robosats-desktop-${{ steps.commit.outputs.short }}-linux-x64.zip

0 comments on commit 28c0c6d

Please sign in to comment.