workflow
This commit is contained in:
parent
4ce7cac0d9
commit
89cd3e5f7e
1 changed files with 0 additions and 10 deletions
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
|
@ -19,15 +19,6 @@ jobs:
|
|||
- name: Extract Signed AAB
|
||||
run: unzip ./release/signed-aab.zip -d ./release/signed-aab
|
||||
|
||||
- name: Download Mapping File
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: mapping-file
|
||||
path: ./release/mapping
|
||||
|
||||
- name: Extract Signed AAB
|
||||
run: unzip ./release/mapping-file.zip -d ./release/mapping
|
||||
|
||||
- name: Download Debug Symbols
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
@ -54,7 +45,6 @@ jobs:
|
|||
serviceAccountJson: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
packageName: "org.askartv.tv"
|
||||
releaseFiles: "./release/signed-aab/*"
|
||||
mappingFile: "./release/mapping/mapping.txt"
|
||||
debugSymbols: "./release/symbols"
|
||||
track: "production"
|
||||
releaseStatus: "completed"
|
||||
|
|
Loading…
Reference in a new issue