Skip to content

Commit 1ccdc00

Browse files
FooIbarUjuiUjuMandan
authored andcommitted
Simplify release process
1 parent 643a860 commit 1ccdc00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/releases.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,18 @@ jobs:
6060
- name: Generate Baseline Profile
6161
run: ./gradlew generateBaselineProfile
6262
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
63+
-Prelease
6364

6465
# https://github.com/mikepenz/AboutLibraries/issues/1225
6566
- name: Generate aboutlibraries.json
6667
run: ./gradlew
6768
:app:prepareLibraryDefinitionsDefaultRelease --rerun
6869
:app:prepareLibraryDefinitionsMarshmallowRelease --rerun
70+
-Prelease
6971

7072
- name: Build
7173
run: ./gradlew assembleRelease
74+
-Prelease
7275

7376
- name: Rename Apks
7477
run: |

0 commit comments

Comments
 (0)