mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 17:43:47 +03:00
fix secret name
This commit is contained in:
parent
616b1a8fb3
commit
4d61a22196
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- name: Save apple private key
|
||||
run: |
|
||||
mkdir -p './private_keys'
|
||||
echo -n '${{ APPLE_API_KEY_SECRET }}' > './private_keys/AuthKey_${{ secrets.APPLE_API_KEY }}.p8'
|
||||
echo -n '${{ secrets.APPLE_API_KEY_SECRET }}' > './private_keys/AuthKey_${{ secrets.APPLE_API_KEY }}.p8'
|
||||
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user