chore(ci): remove ability to trigger specific-platform builds

[skip ci]
This commit is contained in:
Jagandeep Brar
2022-06-22 17:29:30 -04:00
parent c71222aa7f
commit 7ad952fbde
11 changed files with 89 additions and 261 deletions

View File

@@ -6,15 +6,15 @@ on:
build-changelog:
required: true
type: string
build-flavor:
required: true
type: string
build-number:
required: true
type: string
build-title:
required: true
type: string
flavor:
required: true
type: string
secrets:
GOOGLE_PLAY_API:
@@ -51,7 +51,7 @@ jobs:
id: channel
uses: actions/github-script@v6
env:
FLAVOR: ${{ inputs.flavor }}
FLAVOR: ${{ inputs.build-flavor }}
with:
result-encoding: string
script: |
@@ -121,4 +121,4 @@ jobs:
AWS_S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
AWS_REGION: ${{ secrets.S3_REGION }}
SOURCE_DIR: ${{ github.workspace }}/output
DEST_DIR: latest/${{ inputs.flavor }}
DEST_DIR: latest/${{ inputs.build-flavor }}