@@ -24,12 +24,14 @@ jobs:
2424 bundle_name : " Path of Building"
2525 bundle_id : ch.spidy.PathOfBuildingMac
2626 app_support_dir : PathOfBuildingMac
27+ dmg_name : PathOfBuilding-Mac
2728 - name : Path of Building - PoE2
2829 lua_tree : PathOfBuilding-PoE2
2930 version : " 0.15.0"
3031 bundle_name : " Path of Building - PoE2"
3132 bundle_id : ch.spidy.PathOfBuildingMacPoE2
3233 app_support_dir : PathOfBuildingMacPoE2
34+ dmg_name : PathOfBuilding-Mac-PoE2
3335
3436 steps :
3537 - name : Checkout (with submodules)
8284 run : macos/sign.sh "${{ runner.temp }}/stage/${{ matrix.bundle_name }}.app"
8385
8486 - name : Package DMG
85- run : macos/make-dmg.sh "${{ runner.temp }}/stage/${{ matrix.bundle_name }}.app" "${{ runner.temp }}/${{ matrix.bundle_name }}.dmg"
87+ run : macos/make-dmg.sh "${{ runner.temp }}/stage/${{ matrix.bundle_name }}.app" "${{ runner.temp }}/${{ matrix.dmg_name }}.dmg"
8688
8789 - name : Notarize and staple
8890 env :
@@ -92,10 +94,10 @@ jobs:
9294 --apple-id "${{ secrets.APPLE_ID }}" \
9395 --team-id "7TVVHXAFFG" \
9496 --password "${{ secrets.NOTARYTOOL_PASSWORD }}"
95- macos/notarize.sh "${{ runner.temp }}/${{ matrix.bundle_name }}.dmg"
97+ macos/notarize.sh "${{ runner.temp }}/${{ matrix.dmg_name }}.dmg"
9698
9799 - name : Upload release DMG
98100 uses : softprops/action-gh-release@v2
99101 with :
100- files : ${{ runner.temp }}/${{ matrix.bundle_name }}.dmg
102+ files : ${{ runner.temp }}/${{ matrix.dmg_name }}.dmg
101103 fail_on_unmatched_files : true
0 commit comments