diff --git a/.gitea/workflows/nuget.yaml b/.gitea/workflows/nuget.yaml index 6d2c256..189cb78 100644 --- a/.gitea/workflows/nuget.yaml +++ b/.gitea/workflows/nuget.yaml @@ -14,9 +14,7 @@ jobs: NUGET_AUTH_TOKEN: ${{secrets.NUGET_APIKEY}} - name: List files in the repos uses: actions/checkout@v3 - run: | - ls ${{ gitea.workspace }} - ls $GITEA_WORKSPACE + run: ls ${{ gitea.workspace }} && ls $GITEA_WORKSPACE - name: Install dependencies run: dotnet restore - name: Build