Skip to content

Commit f2f9a0a

Browse files
authored
Update release.yml
1 parent 22fa0ea commit f2f9a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: macos-latest
99
env:
1010
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
11+
DEV_ID: "${{ secrets.DEV_ID }}"
1112
permissions:
1213
contents: write # for asset upload
1314
steps:
@@ -21,8 +22,7 @@ jobs:
2122
build: official
2223
token: ${{ secrets.DLTK }}
2324
actions: "build,pack,sign,archive"
24-
sign-certificate: "${{ secrets.DEV_ID }}"
25-
#
25+
sign-certificate: DEV_ID
2626
- name: Upload
2727
run: |
2828
gh release upload ${{github.event.release.tag_name}} build/4DPop.zip

0 commit comments

Comments
 (0)