From bdf0e83d34272e1a66b310010bf3186dca5d2e0c Mon Sep 17 00:00:00 2001 From: "Mingor(100757)" Date: Tue, 27 Aug 2024 17:22:03 +0800 Subject: [PATCH] update actions yaml --- .gitea/workflows/nuget.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/nuget.yaml b/.gitea/workflows/nuget.yaml index c538fa6..6d2c256 100644 --- a/.gitea/workflows/nuget.yaml +++ b/.gitea/workflows/nuget.yaml @@ -13,7 +13,10 @@ jobs: env: NUGET_AUTH_TOKEN: ${{secrets.NUGET_APIKEY}} - name: List files in the repos - run: ls ${{ gitea.workspace }} + uses: actions/checkout@v3 + run: | + ls ${{ gitea.workspace }} + ls $GITEA_WORKSPACE - name: Install dependencies run: dotnet restore - name: Build