Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 0f39c33

Browse files
authored
Update caching
1 parent be305c9 commit 0f39c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-unsigned-ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/cache@v3
113113
id: swift-packages
114114
with:
115-
path: ${{ github.workspace }}/DerivedData/ProStore/SourcePackages
115+
path: DerivedData/SourcePackages
116116
key: swift-packages-${{ runner.os }}-${{ hashFiles('project.yml') }}
117117
restore-keys: |
118118
swift-packages-${{ runner.os }}-

0 commit comments

Comments
 (0)