From 2a599c5fcc8cd1c27a78c02e567122ae1ef2c782 Mon Sep 17 00:00:00 2001 From: Vitali Semianiaka Date: Thu, 1 Jan 2026 23:34:16 +0300 Subject: [PATCH] fix compilation source --- .gitea/workflows/publish-nuget.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml index f12e8f9..0835b79 100644 --- a/.gitea/workflows/publish-nuget.yml +++ b/.gitea/workflows/publish-nuget.yml @@ -15,27 +15,15 @@ on: # default: 'Just CI Build' jobs: - checkout-code: - runs-on: ubuntu-latest # Has Git + Node.js for checkout - steps: - - name: Checkout repository - uses: actions/checkout@v3 - with: - fetch-depth: 0 # Needed for version detection if used - - - name: Upload source code as artifact - uses: actions/upload-artifact@v3 - with: - name: source-code - path: ./ - retention-days: 1 - build-and-publish: runs-on: ubuntu-latest container: image: vaibhavgawali/dotnet-node-python-openjdk:latest needs: checkout-code steps: + - name: Checkout repository + uses: actions/checkout@v3 + - name: Download source code uses: actions/download-artifact@v3 with: