mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
ci(release): fix secret decoding
This commit is contained in:
parent
4ddd51e7a5
commit
0995c26fe0
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -156,7 +156,7 @@ jobs:
|
||||
APPLE_PRIVATE_KEY: ${{ secrets.APPLE_PRIVATE_KEY }}
|
||||
run: |
|
||||
mkdir ./secret
|
||||
echo APPLE_PRIVATE_KEY | base64 --decode > ./secret/apple_private_key.p8
|
||||
echo $APPLE_PRIVATE_KEY | base64 --decode > ./secret/apple_private_key.p8
|
||||
|
||||
- name: Conveyor build apps
|
||||
uses: hydraulic-software/conveyor/actions/build@v11.4
|
||||
|
Loading…
Reference in New Issue
Block a user