Skip to content

Commit

Permalink
👷 :: [#453] CI.yml / hashFile의 입력 파일을 'Dependencies.swift' 에서 'Packag…
Browse files Browse the repository at this point in the history
…e.swift'로 변경
  • Loading branch information
baekteun committed Mar 10, 2024
1 parent 4e5aa3d commit 01f5a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Compute dependency cache key
id: compute_hash
run: echo "hash=${{ hashFiles('Tuist/Dependencies.swift') }}" >> $GITHUB_OUTPUT
run: echo "hash=${{ hashFiles('Tuist/Package.swift') }}" >> $GITHUB_OUTPUT

- name: Check dependency cache
uses: actions/cache@v3
Expand Down

0 comments on commit 01f5a09

Please sign in to comment.