mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
build: fix tr2 mac version
This commit is contained in:
parent
e88a28c39f
commit
f77123fed8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/job_build_tr2_macos.yml
vendored
4
.github/workflows/job_build_tr2_macos.yml
vendored
|
@ -117,11 +117,11 @@ jobs:
|
|||
/usr/bin/codesign --force --options runtime -s "${IDENTITY}" --keychain $KEYCHAIN_PATH -v TR2X-Installer.dmg
|
||||
xcrun notarytool submit --wait --apple-id "$MACOS_APPLEID" --password "$MACOS_APP_PWD" --team-id "$MACOS_TEAMID" TR2X-Installer.dmg
|
||||
xcrun stapler staple -v TR2X-Installer.dmg
|
||||
mv TR2X-Installer.dmg "TR2X-$(tools/get_version 1)-Installer.dmg"
|
||||
mv TR2X-Installer.dmg "TR2X-$(tools/get_version 2)-Installer.dmg"
|
||||
|
||||
- id: vars
|
||||
name: Prepare variables
|
||||
run: echo "version=$(tools/get_version 1)" >> $GITHUB_OUTPUT
|
||||
run: echo "version=$(tools/get_version 2)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Upload signed+notarized installer image
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue