File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,12 @@ jobs:
77
77
Copy-Item -Path ./src/HelloWorld/Info.plist -Destination ${ContentsPath} | Out-Null
78
78
79
79
- name : Configure Xcode
80
- uses : martincostello/xcode-select@node16
80
+ uses : martincostello/xcode-select@node20
81
81
with :
82
82
version : " 13.1"
83
83
84
84
- name : Import Distribution Certificate
85
- uses : martincostello/import-signing-certificate@node16
85
+ uses : martincostello/import-signing-certificate@node20
86
86
with :
87
87
certificate-data : ${{ secrets.DISTRIBUTION_CERTIFICATE_DATA }}
88
88
certificate-passphrase : ${{ secrets.DISTRIBUTION_CERTIFICATE_PASSPHRASE }}
@@ -106,14 +106,14 @@ jobs:
106
106
codesign --force --timestamp --options=runtime --entitlements "${ENTITLEMENTS}" --sign "${SIGNING_IDENTITY}" "${APP_NAME}"
107
107
108
108
- name : Notarize app
109
- uses : martincostello/xcode-notarize@node16
109
+ uses : martincostello/xcode-notarize@node20
110
110
with :
111
111
product-path : ${{ env.MACOS_APP_PATH }}
112
112
appstore-connect-username : ${{ secrets.NOTARIZATION_USERNAME }}
113
113
appstore-connect-password : ${{ secrets.NOTARIZATION_PASSWORD }}
114
114
115
115
- name : Staple app
116
- uses : martincostello/xcode-staple@node16
116
+ uses : martincostello/xcode-staple@node20
117
117
with :
118
118
product-path : ${{ env.MACOS_APP_PATH }}
119
119
You can’t perform that action at this time.
0 commit comments