-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
320a00f
commit 37498a5
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,8 @@ jobs: | |
distribution: 'zulu' | ||
java-version: '23' | ||
|
||
- uses: kaeawc/[email protected] | ||
|
||
- name: Decrypt secrets | ||
run: | | ||
mkdir android/app/src/dev && mkdir android/app/src/prod | ||
|
@@ -84,6 +86,8 @@ jobs: | |
distribution: 'zulu' | ||
java-version: '23' | ||
|
||
- uses: kaeawc/[email protected] | ||
|
||
- uses: gradle/actions/setup-gradle@v4 | ||
with: | ||
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} | ||
|
@@ -104,6 +108,8 @@ jobs: | |
distribution: 'zulu' | ||
java-version: '23' | ||
|
||
- uses: kaeawc/[email protected] | ||
|
||
- uses: gradle/actions/setup-gradle@v4 | ||
with: | ||
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} | ||
|
@@ -131,6 +137,8 @@ jobs: | |
distribution: 'zulu' | ||
java-version: '23' | ||
|
||
- uses: kaeawc/[email protected] | ||
|
||
- name: Download build artifacts | ||
uses: actions/download-artifact@v4 | ||
with: | ||
|
@@ -174,6 +182,8 @@ jobs: | |
distribution: 'zulu' | ||
java-version: '23' | ||
|
||
- uses: kaeawc/[email protected] | ||
|
||
- name: Download build artifacts | ||
uses: actions/download-artifact@v4 | ||
with: | ||
|