mirror of
https://github.com/gotson/komga.git
synced 2026-04-30 02:42:26 +02:00
ci(release): fix secret decoding
This commit is contained in:
parent
4ddd51e7a5
commit
0995c26fe0
1 changed files with 1 additions and 1 deletions
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 a new issue