build: fix macos asset name

This commit is contained in:
Marcin Kurczewski 2024-04-09 19:15:44 +02:00
parent f65357b4ea
commit 83eb103804
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A

View file

@ -226,7 +226,7 @@ jobs:
/usr/bin/codesign --force --options runtime -s "${IDENTITY}" --keychain $KEYCHAIN_PATH -v TR1X-Installer.dmg
xcrun notarytool submit --wait --apple-id "$MACOS_APPLEID" --password "$MACOS_APP_PWD" --team-id "$MACOS_TEAMID" TR1X-Installer.dmg
xcrun stapler staple -v TR1X-Installer.dmg
mv TR1X-Installer.dmg "$(tools/generate_version)-Installer.dmg"
mv TR1X-Installer.dmg "$(tools/get_version)-Installer.dmg"
- name: Upload signed+notarized installer image
uses: actions/upload-artifact@v4