From 0964cd9b3dc7180a1724bb0b1f6996d2ce37e869 Mon Sep 17 00:00:00 2001 From: cmclark00 <116466213+cmclark00@users.noreply.github.com> Date: Wed, 14 Aug 2024 01:20:44 -0400 Subject: [PATCH] Update mac.yml --- .github/workflows/mac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index f6b4889..8d48695 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -40,11 +40,11 @@ jobs: - name: Create DMG run: | brew install create-dmg - create-dmg 'build_rpi-imager_someversion' + create-dmg 'rpi-imager.app' # This creates the DMG in the build directory - name: Upload Artifact uses: actions/upload-artifact@v3 with: name: rpi-imager-dmg - path: build/build_rpi-imager_someversion.dmg + path: build/rpi-imager.dmg