update ci
Some checks failed
Extinction Online CI Gitea / build (false, 6.0.x, linux-x64) (push) Failing after 3m43s
Extinction Online CI Gitea / build (false, 6.0.x, win-x64) (push) Has been cancelled
Extinction Online CI Gitea / build (true, 6.0.x, linux-x64) (push) Has been cancelled
Extinction Online CI Gitea / build (false, 6.0.x, osx-x64) (push) Has been cancelled
Extinction Online CI Gitea / build (true, 6.0.x, osx-x64) (push) Has been cancelled
Extinction Online CI Gitea / build (true, 6.0.x, win-x64) (push) Has been cancelled

This commit is contained in:
noyciy7037 2023-06-10 14:46:39 +09:00
parent 20380601ae
commit 821a7193e5
Signed by: noyciy7037
GPG Key ID: 46A54FA18BBA58FF

View File

@ -19,13 +19,13 @@ jobs:
uses: https://github.com/actions/setup-dotnet@v3 uses: https://github.com/actions/setup-dotnet@v3
with: with:
dotnet-version: ${{ matrix.dotnet-version }} dotnet-version: ${{ matrix.dotnet-version }}
- uses: actions/cache@v3 #- uses: actions/cache@v3
with: # with:
path: ~/.nuget/packages # path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file # # Look to see if there is a cache hit for the corresponding requirements file
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} # key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: | # restore-keys: |
${{ runner.os }}-nuget # ${{ runner.os }}-nuget
- name: Install dependencies - name: Install dependencies
run: dotnet add package Fleck --version 1.2.0 run: dotnet add package Fleck --version 1.2.0
- name: Publish - name: Publish