diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b927856..c343c3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: | npm install --global create-dmg mkdir release - create-dmg "build_artifacts/Barista.app" "release" + create-dmg "build_artifacts/Barista.xcarchive/Products/Applications/Barista.app" "release" - name: Print out all release files run: |