mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
ci(release): create secret folder before decoding
This commit is contained in:
parent
0704e9f562
commit
4ddd51e7a5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -155,6 +155,7 @@ jobs:
|
|||
env:
|
||||
APPLE_PRIVATE_KEY: ${{ secrets.APPLE_PRIVATE_KEY }}
|
||||
run: |
|
||||
mkdir ./secret
|
||||
echo APPLE_PRIVATE_KEY | base64 --decode > ./secret/apple_private_key.p8
|
||||
|
||||
- name: Conveyor build apps
|
||||
|
|
|
|||
Loading…
Reference in a new issue