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