Skip to content

Commit

Permalink
[DESKTOP] Fix desktop release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jan 16, 2025
1 parent 728a068 commit 18cb584
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/desktop_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,14 @@ jobs:
uses: actions/download-artifact@v4
with:
name: CPU-Info-linux-x64-${{ github.event.inputs.version }}-release.jar
- name: Download DMG
- name: Download Mac x64 DMG
uses: actions/download-artifact@v4
with:
name: CPU-Info-${{ github.event.inputs.version }}.dmg
name: CPU-Info-x64-${{ github.event.inputs.version }}.dmg
- name: Download Mac arm64 DMG
uses: actions/download-artifact@v4
with:
name: CPU-Info-arm64-${{ github.event.inputs.version }}.dmg
- name: Download Mac OS Uber JAR
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 18cb584

Please sign in to comment.