Skip to content

Commit

Permalink
[DESKTOP] Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jan 17, 2025
1 parent 0e0128b commit 0c68844
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/desktop_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,14 @@ jobs:
uses: actions/download-artifact@v4
with:
name: CPU-Info-x64-${{ github.event.inputs.version }}.dmg
- name: Rename Mac x64 DMG file
run: mv CPU-Info-${{ github.event.inputs.version }}.dmg CPU-Info-macos-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: Rename Mac arm64 DMG file
run: mv CPU-Info-${{ github.event.inputs.version }}.dmg CPU-Info-macos-arm64-${{ github.event.inputs.version }}.dmg
- name: Download Mac OS Uber JAR
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 0c68844

Please sign in to comment.