Skip to content

Commit 4d4ee67

Browse files
authored
Update release.yml
1 parent 597c7fe commit 4d4ee67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)