Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Update macos build path to use net7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swoolcock committed Jul 22, 2023
1 parent d4bd879 commit ae80e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
security import Certificates.p12 -k build.keychain -P $APPLE_CERTIFICATE_PWD -T /usr/bin/codesign
rm Certificates.p12
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $KEYCHAIN_PWD build.keychain
/usr/bin/codesign --force --deep -s $APPLE_IDENTITY ./TAS.Avalonia/bin/Release/net6.0/osx-x64/publish/AvaloniaTAS.app -v
/usr/bin/codesign --force --deep -s $APPLE_IDENTITY ./TAS.Avalonia/bin/Release/net7.0/osx-x64/publish/AvaloniaTAS.app -v
mkdir output
mv ./TAS.Avalonia/bin/Release/net6.0/osx-x64/publish/AvaloniaTAS.app output/
mv ./TAS.Avalonia/bin/Release/net7.0/osx-x64/publish/AvaloniaTAS.app output/
- name: Install create-dmg
uses: ConorMacBride/install-package@v1
with:
Expand Down

0 comments on commit ae80e4d

Please sign in to comment.