Skip to content

Commit b1254a7

Browse files
committed
Fixes CD
1 parent 7a310ce commit b1254a7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .github/workflows/cdelivery.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a # v2.1.3
3838
with:
3939
path: flutter
40-
key: ${{ env.cache-name }}-${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}
40+
key: ${{ env.cache-name }}-ubuntu-latest-${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}
4141
restore-keys: |
42-
${{ env.cache-name }}-${{ steps.get-flutter-version.outputs.version }}-
42+
${{ env.cache-name }}-ubuntu-latest-${{ steps.get-flutter-version.outputs.version }}-
43+
${{ env.cache-name }}-ubuntu-latest-
4344
${{ env.cache-name }}-
4445
env:
4546
cache-name: flutter-cache

Diff for: .github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [ published ]
66

77
env:
8-
FLUTTER_DEBUG_INFO_PATH: $FLUTTER_DEBUG_INFO_PATH
8+
FLUTTER_DEBUG_INFO_PATH: build/app/outputs/symbols
99

1010
jobs:
1111
security_hardening:

0 commit comments

Comments
 (0)