From 949d5b36f6f4e2d9d337403916c0e5af128f8397 Mon Sep 17 00:00:00 2001 From: "Mingor(100757)" Date: Tue, 27 Aug 2024 17:15:39 +0800 Subject: [PATCH] update actions yaml --- .gitea/workflows/nuget.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/nuget.yaml b/.gitea/workflows/nuget.yaml index b2bd87f..c538fa6 100644 --- a/.gitea/workflows/nuget.yaml +++ b/.gitea/workflows/nuget.yaml @@ -12,6 +12,8 @@ jobs: source-url: https://git.mworkspace.cn/api/packages/GiteaActionsSample/nuget/index.json env: NUGET_AUTH_TOKEN: ${{secrets.NUGET_APIKEY}} + - name: List files in the repos + run: ls ${{ gitea.workspace }} - name: Install dependencies run: dotnet restore - name: Build