From 8745f492dfc4e00fa9ac0439c0d40d11e1d5f5ee Mon Sep 17 00:00:00 2001 From: Vitali Semianiaka Date: Thu, 1 Jan 2026 23:35:31 +0300 Subject: [PATCH] fix --- .gitea/workflows/publish-nuget.yml | 6 ------ 1 file changed, 6 deletions(-) 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