From 0c6884481e7a792aa574490b05f1722d519a341a Mon Sep 17 00:00:00 2001 From: Kamil Gurgul Date: Fri, 17 Jan 2025 07:17:45 +0100 Subject: [PATCH] [DESKTOP] Fix release script --- .github/workflows/desktop_release.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: