Update release pipelines to upload release artifacts
This commit is contained in:
parent
4334f8c9c9
commit
cb1bc1c8aa
52 changed files with 593 additions and 74 deletions
5
.github/actions/export/action.yml
vendored
5
.github/actions/export/action.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Notarize
|
||||
name: Export
|
||||
inputs:
|
||||
app-store-key:
|
||||
description: App Store key in PEM PKCS#8 format
|
||||
|
|
@ -24,8 +24,7 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- id: notarize
|
||||
shell: bash
|
||||
- shell: bash
|
||||
working-directory: Apple
|
||||
run: |
|
||||
echo "${{ inputs.app-store-key }}" > AuthKey_${{ inputs.app-store-key-id }}.p8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue