Skip to content

Commit ccbe1ba

Browse files
committed
Update hashing
1 parent 1290732 commit ccbe1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_build-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/cache@v4
3636
with:
3737
path: source/shared/sdk/shared/src/iosMain/interop/StytchSwiftUtils.xcframework
38-
key: swiftutils-${{ hashFiles('source/StytchSwiftUtils/**') }}
38+
key: swiftutils-${{ hashFiles('source/StytchSwiftUtils/**/*') }}
3939

4040
- name: Build StytchSwiftUtils
4141
if: steps.cache-swiftutils.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)