Skip to content

Commit 96ed9a1

Browse files
committed
fix: add apple secrets to release workflow http job
1 parent a4fb2fa commit 96ed9a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ on:
66
jobs:
77
build-server:
88
uses: ./.github/workflows/http.yml
9+
with:
10+
build-release: true
11+
secrets:
12+
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
13+
APPLE_DEVELOPER_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
14+
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
15+
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
16+
APPLE_USERNAME: ${{ secrets.APPLE_USERNAME }}
917

1018
build-wails:
1119
uses: ./.github/workflows/wails.yml

0 commit comments

Comments
 (0)