mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-09 16:24:24 +03:00
save key to disk
This commit is contained in:
parent
d73911220e
commit
616b1a8fb3
7
.github/workflows/publish.yaml
vendored
7
.github/workflows/publish.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: "publish"
|
||||
name: "Publish"
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
|
||||
@ -31,6 +31,11 @@ jobs:
|
||||
- name: Setup rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Save apple private key
|
||||
run: |
|
||||
mkdir -p './private_keys'
|
||||
echo -n '${{ APPLE_API_KEY_SECRET }}' > './private_keys/AuthKey_${{ secrets.APPLE_API_KEY }}.p8'
|
||||
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user