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
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:
parent
20380601ae
commit
821a7193e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user