Skip to content

Commit

Permalink
Update cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Feb 12, 2024
1 parent f1857d6 commit 2027806
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-hasher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
key: Hasher-NuGet-${{ hashFiles('**/*.nupkg') }}
key: Hasher-NuGet-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
Hasher-NuGet-${{ hashFiles('**/*.nupkg') }}
Hasher-NuGet-${{ hashFiles('**/packages.lock.json') }}
Hasher-NuGet-
path: |
~/.nuget/packages
Expand Down Expand Up @@ -119,9 +119,9 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
key: Hasher-NuGet-${{ hashFiles('**/*.nupkg') }}
key: Hasher-NuGet-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
Hasher-NuGet-${{ hashFiles('**/*.nupkg') }}
Hasher-NuGet-${{ hashFiles('**/packages.lock.json') }}
Hasher-NuGet-
path: |
~/.nuget/packages
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build-launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
key: Launcher-NuGet-${{ hashFiles('**/*.nupkg') }}
key: Launcher-NuGet-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
Launcher-NuGet-${{ hashFiles('**/*.nupkg') }}
Launcher-NuGet-${{ hashFiles('**/packages.lock.json') }}
Launcher-NuGet-
path: |
~/.nuget/packages
Expand Down Expand Up @@ -115,9 +115,9 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
key: Updater-NuGet-${{ hashFiles('**/*.nupkg') }}
key: Updater-NuGet-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
Updater-NuGet-${{ hashFiles('**/*.nupkg') }}
Updater-NuGet-${{ hashFiles('**/packages.lock.json') }}
Updater-NuGet-
path: |
~/.nuget/packages
Expand Down Expand Up @@ -175,9 +175,9 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
key: Launcher-NuGet-${{ hashFiles('**/*.nupkg') }}
key: Launcher-NuGet-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
Launcher-NuGet-${{ hashFiles('**/*.nupkg') }}
Launcher-NuGet-${{ hashFiles('**/packages.lock.json') }}
Launcher-NuGet-
path: |
~/.nuget/packages
Expand Down Expand Up @@ -236,9 +236,9 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
key: Updater-NuGet-${{ hashFiles('**/*.nupkg') }}
key: Updater-NuGet-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
Updater-NuGet-${{ hashFiles('**/*.nupkg') }}
Updater-NuGet-${{ hashFiles('**/packages.lock.json') }}
Updater-NuGet-
path: |
~/.nuget/packages
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
key: Legacy-NuGet-${{ hashFiles('**/*.nupkg') }}
key: Legacy-NuGet-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
Legacy-NuGet-${{ hashFiles('**/*.nupkg') }}
Legacy-NuGet-${{ hashFiles('**/packages.lock.json') }}
Legacy-NuGet-
path: |
~/.nuget/packages
Expand Down Expand Up @@ -119,9 +119,9 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
key: Legacy-NuGet-${{ hashFiles('**/*.nupkg') }}
key: Legacy-NuGet-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
Legacy-NuGet-${{ hashFiles('**/*.nupkg') }}
Legacy-NuGet-${{ hashFiles('**/packages.lock.json') }}
Legacy-NuGet-
path: |
~/.nuget/packages
Expand Down

0 comments on commit 2027806

Please sign in to comment.