Skip to content

Commit

Permalink
fix(ci): fix step id
Browse files Browse the repository at this point in the history
  • Loading branch information
defclass committed Feb 1, 2021
1 parent caafc7b commit b1e77e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
prerelease: true

- name: Upload MacOS X64 Artifact
id: upload-release-asset
id: upload-macos-x64-artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -129,7 +129,7 @@ jobs:
asset_content_type: application/x-apple-diskimage

- name: Upload Linux Artifact
id: upload-release-asset
id: upload-linux-artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b1e77e6

Please sign in to comment.