mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-07-13 21:19:28 +08:00
fix: var
This commit is contained in:
parent
17105ca6ad
commit
f786322a96
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -149,8 +149,8 @@ jobs:
|
||||
with:
|
||||
bundle-id: app.hiddify.com
|
||||
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
|
||||
api-key-id: ${{ secrets.APPSTORE_KEY_ID }}
|
||||
api-private-key: ${{ secrets.APPSTORE_PRIVATE_KEY }}
|
||||
api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
|
||||
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
|
||||
|
||||
# - name: Setup Apple certificate and provisioning profile
|
||||
# if: ${{ inputs.upload-artifact && startsWith(matrix.os,'macos') }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user