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