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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user