Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Oct 2, 2024
1 parent fc4686b commit 925e4ce
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: Build apk
id: buildAllApks
uses: gradle/actions/setup-gradle@v4

with:
gradle-version: "wrapper"
- name: AssembleDebug the project
run: ./gradlew assembleDebug

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/buildPro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Build apk
id: buildAllApks
uses: gradle/actions/setup-gradle@v4

with:
gradle-version: "wrapper"
- name: AssemblePro the project
run: ./gradlew assemblePro

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
- name: Build apk
id: buildAllApks
uses: gradle/actions/setup-gradle@v4

- name: AssemblePro the project
with:
gradle-version: "wrapper"
- name: AssembleRelease the project
run: ./gradlew assembleRelease

- name: Get JSON
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deployToGoogle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
- name: Build Bundle
id: buildBundle
uses: gradle/actions/setup-gradle@v4

- name: AssemblePro the project
with:
gradle-version: "wrapper"
- name: AssembleRelease the project
run: ./gradlew assembleRelease

- name: Sign artifact
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
- name: Build apk
id: buildAllApks
uses: gradle/actions/setup-gradle@v4

with:
gradle-version: "wrapper"
- name: AssembleRelease the project
run: ./gradlew assembleRelease

Expand Down

0 comments on commit 925e4ce

Please sign in to comment.