We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1290732 commit ccbe1baCopy full SHA for ccbe1ba
1 file changed
.github/workflows/_build-shared.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/cache@v4
36
with:
37
path: source/shared/sdk/shared/src/iosMain/interop/StytchSwiftUtils.xcframework
38
- key: swiftutils-${{ hashFiles('source/StytchSwiftUtils/**') }}
+ key: swiftutils-${{ hashFiles('source/StytchSwiftUtils/**/*') }}
39
40
- name: Build StytchSwiftUtils
41
if: steps.cache-swiftutils.outputs.cache-hit != 'true'
0 commit comments