diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml index 73fd6e3..2cb7145 100644 --- a/.gitea/workflows/publish-nuget.yml +++ b/.gitea/workflows/publish-nuget.yml @@ -23,12 +23,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Download source code - uses: actions/download-artifact@v3 - with: - name: source-code - path: . - - name: Restore dependencies run: | dotnet restore