Skip to content

Commit e368b44

Browse files
committed
Revert hack artifacts
1 parent d5771d6 commit e368b44

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/cache-cocoapods/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ runs:
1313
sample_app/ios/Pods
1414
sample_app/ios/Podfile.lock
1515
~/Library/Caches/CocoaPods
16-
key: pods-${{ inputs.key-suffix }}-${{ hashFiles('sample_app/pubspec.lock', 'sample_app/pubspec_overrides.e2e.yaml', 'sample_app/ios/Podfile') }}
16+
key: pods-${{ inputs.key-suffix }}-${{ hashFiles('sample_app/pubspec.lock', 'sample_app/ios/Podfile') }}
1717
restore-keys: pods-${{ inputs.key-suffix }}-

.github/actions/cache-ios-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ runs:
1010
- uses: actions/cache@v6
1111
with:
1212
path: sample_app/build/ios
13-
key: ios-build-${{ inputs.key-suffix }}-${{ hashFiles('sample_app/pubspec.lock', 'sample_app/pubspec_overrides.e2e.yaml', 'sample_app/ios/Podfile', 'sample_app/ios/Podfile.lock', 'sample_app/ios/Runner.xcodeproj/project.pbxproj') }}
13+
key: ios-build-${{ inputs.key-suffix }}-${{ hashFiles('sample_app/pubspec.lock', 'sample_app/ios/Podfile', 'sample_app/ios/Podfile.lock', 'sample_app/ios/Runner.xcodeproj/project.pbxproj') }}
1414
restore-keys: ios-build-${{ inputs.key-suffix }}-

.github/actions/cache-xcode-cas/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ runs:
2121
- uses: actions/cache@v6
2222
with:
2323
path: ~/xcode-cas
24-
key: xcode-cas-${{ inputs.xcode-version }}-${{ inputs.key-suffix }}-${{ hashFiles('sample_app/pubspec.lock', 'sample_app/pubspec_overrides.e2e.yaml', 'sample_app/ios/Podfile', 'sample_app/ios/Runner.xcodeproj/project.pbxproj') }}
24+
key: xcode-cas-${{ inputs.xcode-version }}-${{ inputs.key-suffix }}-${{ hashFiles('sample_app/pubspec.lock', 'sample_app/ios/Podfile', 'sample_app/ios/Runner.xcodeproj/project.pbxproj') }}
2525
restore-keys: xcode-cas-${{ inputs.xcode-version }}-${{ inputs.key-suffix }}-

0 commit comments

Comments
 (0)