Skip to content

Commit

Permalink
キャッシュ無効化とラベル変えてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Apr 7, 2024
1 parent 0803007 commit 335fd83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,20 @@ jobs:
with:
name: licenses
path: licenses/
installer:
installer_:
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs:
- build
- license
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} #hash of project files
restore-keys: |
${{ runner.os }}-nuget-
# - uses: actions/cache@v4
# with:
# path: ~/.nuget/packages
# key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} #hash of project files
# restore-keys: |
# ${{ runner.os }}-nuget-
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
Expand All @@ -145,7 +145,7 @@ jobs:
release:
if: ${{ success() && startsWith(github.ref, 'refs/tags/') }}
needs:
- installer
- installer_
- build
- license
runs-on: ubuntu-latest
Expand Down

0 comments on commit 335fd83

Please sign in to comment.