Skip to content

Commit 134969f

Browse files
committed
fix: update cache key to use PRODUCT_EXECUTABLE instead of Package.resolved
1 parent f6e2398 commit 134969f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/cache@v4
9797
with:
9898
path: .build
99-
key: ${{ runner.os }}-swift-${{ env.SWIFT_VERSION }}-${{ hashFiles('**/Package.resolved') }}
99+
key: ${{ runner.os }}-swift-${{ env.SWIFT_VERSION }}-${{ env.PRODUCT_EXECUTABLE }}
100100
restore-keys: |
101101
${{ runner.os }}-swift-${{ env.SWIFT_VERSION }}-
102102
- name: Cache Swiftly toolchains

0 commit comments

Comments
 (0)