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
with:
dotnet-version: ${{ matrix.dotnet-version }}
- uses: actions/cache@v3
with:
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget
#- uses: actions/cache@v3
# with:
# path: ~/.nuget/packages
# # Look to see if there is a cache hit for the corresponding requirements file
# key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
# restore-keys: |
# ${{ runner.os }}-nuget
- name: Install dependencies
run: dotnet add package Fleck --version 1.2.0
- name: Publish