modefy actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m3s

This commit is contained in:
Mingor(100757) 2024-08-27 17:05:57 +08:00
parent 2107faeb95
commit 02a17bb0b4

View File

@ -11,7 +11,7 @@ jobs:
cache: true cache: true
source-url: https://git.mworkspace.cn/api/packages/GiteaActionsSample/nuget/index.json source-url: https://git.mworkspace.cn/api/packages/GiteaActionsSample/nuget/index.json
env: env:
NUGET_AUTH_TOKEN: ${{secrets.GITEA_TOKEN}} NUGET_AUTH_TOKEN: ${{secrets.NUGET_APIKEY}}
- name: Install dependencies - name: Install dependencies
run: dotnet restore run: dotnet restore
- name: Build - name: Build