diff --git a/.github/workflows/desktop_release.yml b/.github/workflows/desktop_release.yml index c5ec67eb..2f38557f 100644 --- a/.github/workflows/desktop_release.yml +++ b/.github/workflows/desktop_release.yml @@ -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: