Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 18, 2024
1 parent 0f43c67 commit da6e4a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
run: echo The semver is ${{ github.event.inputs.semver }}

- name: Upload macOS Build Artifact
id: upload-release-mac-zip-asset
if: inputs.semver != ''
uses: actions/upload-artifact@v4
env:
Expand All @@ -81,7 +80,6 @@ jobs:
name: robosats-desktop-${{ inputs.semver }}-mac-darwin-x64

- name: Upload Windows Build Artifact
id: upload-release-win-zip-asset
if: inputs.semver != ''
uses: actions/upload-artifact@v4
env:
Expand All @@ -91,7 +89,6 @@ jobs:
name: robosats-desktop-${{ inputs.semver }}-win32-ia32

- name: Upload Linux Build Artifact
id: upload-release-linux-zip-asset
if: inputs.semver != ''
uses: actions/upload-artifact@v4
env:
Expand Down

0 comments on commit da6e4a0

Please sign in to comment.