diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcf702d16..2215c5eb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -488,9 +488,9 @@ jobs: git clone https://github.com/sindresorhus/create-dmg cd create-dmg npm i && npm -g i - cd ../build/install + cd out create-dmg ImHex.app || true - mv *.dmg ../../imhex-${{ env.IMHEX_VERSION }}-macOS${{ matrix.suffix }}-arm64.dmg + mv *.dmg ../imhex-${{ env.IMHEX_VERSION }}-macOS${{ matrix.suffix }}-arm64.dmg - name: 🗝️ Generate build provenance attestations uses: actions/attest-build-provenance@v2