Skip to content

Commit 98644be

Browse files
committed
ci: rename cache key to avoid "android" secret
1 parent 1c9c557 commit 98644be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
build/
3333
submodules/flutter/bin/cache/
3434
/usr/local/lib/android/
35-
key: ${{ runner.OS }}-saber_android-${{ hashFiles('**/pubspec.lock') }}
35+
key: ${{ runner.OS }}-saberapk-${{ hashFiles('**/pubspec.lock') }}
3636
restore-keys: |
37-
${{ runner.OS }}-saber_android-
37+
${{ runner.OS }}-saberapk-
3838
3939
- name: Restore platform-agnostic cache
4040
uses: actions/cache@v5
@@ -154,9 +154,9 @@ jobs:
154154
build/
155155
submodules/flutter/bin/cache/
156156
/usr/local/lib/android/
157-
key: ${{ runner.OS }}-saber_android-${{ hashFiles('**/pubspec.lock') }}
157+
key: ${{ runner.OS }}-saberapk-${{ hashFiles('**/pubspec.lock') }}
158158
restore-keys: |
159-
${{ runner.OS }}-saber_android-
159+
${{ runner.OS }}-saberapk-
160160
161161
- name: Setup keystore
162162
env:

0 commit comments

Comments
 (0)