Skip to content

Commit

Permalink
build: fix macos asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Apr 9, 2024
1 parent f65357b commit 83eb103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83eb103

Please sign in to comment.