mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: fix macos asset name
This commit is contained in:
parent
f65357b4ea
commit
83eb103804
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_macos.yml
vendored
2
.github/workflows/build_macos.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue