File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,20 @@ jobs:
3131 build : official
3232 token : ${{ secrets.DLTK }}
3333 after-build : " ./Components/${{ secrets.POST_BUILD_REPO }}/${{ secrets.POST_BUILD_SCRIPT }}"
34+ sign-as-bundle : true
3435 sign-certificate : " ${{ secrets.SIGN_CERTIFICATE }}"
3536 env :
3637 LOGIN_KEYCHAIN_PASSWORD : " ${{ secrets.KEYCHAIN }}"
38+ RELEASE_TAG : " ${{github.event.release.tag_name}}"
3739
3840 - name : Notarize
3941 run : |
4042 xcrun notarytool submit "build/${{ github.event.repository.name }}.zip" --keychain-profile "notary4d" --wait >> notary_tool.log
4143 if grep -r "status: Accepted" "notary_tool.log"; then
42- echo "Notarize Success"
44+ echo "✅ Notarize Success"
4345 exit 0
4446 else
45- echo "Notarize Failed"
47+ echo "❌ Notarize Failed"
4648 exit 1
4749 fi
4850
You can’t perform that action at this time.
0 commit comments