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
6 changes: 3 additions & 3 deletions .github/workflows/android-branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: |
~/.gradle/caches
Expand All @@ -44,14 +44,14 @@ jobs:
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug

- name: Upload Artifact - WithInternet
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: Signed app bundle - WithInternet
path: app/build/outputs/apk/withInternet/debug/*.apk
retention-days: 3

- name: Upload Artifact - WithoutInternet
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: Signed app bundle - WithoutInternet
path: app/build/outputs/apk/withoutInternet/debug/*.apk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/android-main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: |
~/.gradle/caches
Expand All @@ -42,14 +42,14 @@ jobs:
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug

- name: Upload Artifact - WithInternet
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: Signed app bundle - WithInternet
path: app/build/outputs/apk/withInternet/debug/*.apk
retention-days: 3

- name: Upload Artifact - WithoutInternet
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: Signed app bundle - WithoutInternet
path: app/build/outputs/apk/withoutInternet/debug/*.apk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/android-pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: |
~/.gradle/caches
Expand All @@ -42,14 +42,14 @@ jobs:
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug

- name: Upload Artifact - WithInternet
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: Signed app bundle - WithInternet
path: app/build/outputs/apk/withInternet/debug/*.apk
retention-days: 3

- name: Upload Artifact - WithoutInternet
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: Signed app bundle - WithoutInternet
path: app/build/outputs/apk/withoutInternet/debug/*.apk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/android-release_ci-forced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
buildToolsVersion: 35.0.0

- name: Upload Artifact - WithInternet
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: Signed app bundle - WithInternet
path: app/build/outputs/apk/withInternet/release/*.apk
Expand All @@ -70,7 +70,7 @@ jobs:
buildToolsVersion: 35.0.0

- name: Upload Artifact - WithoutInternet
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: Signed app bundle - WithoutInternet
path: app/build/outputs/apk/withoutInternet/release/*.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: |
~/.gradle/caches
Expand Down
Loading