Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/draft-release-flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,25 @@ on:
required: false
type: string
default: upload
secrets:
ANDROID_APP_SIGNING_KEYSTORE_B64:
required: false
ANDROID_APP_SIGNING_KEYSTORE_PASSWORD:
required: false
ANDROID_APP_SIGNING_KEY_PASSWORD:
required: false
ANDROID_UPLOAD_KEYSTORE_B64:
required: false
ANDROID_UPLOAD_KEYSTORE_PASSWORD:
required: false
ANDROID_UPLOAD_KEY_PASSWORD:
required: false
IOS_SIGNING_CERT_B64:
required: false
IOS_SIGNING_CERT_PASSWORD:
required: false
IOS_PROVISIONING_PROFILE_B64:
required: false

permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/upload-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
release_tag:
required: true
type: string
secrets:
ASC_AUTH_KEY_B64:
required: false

jobs:
upload_build:
Expand Down
Loading