From dc3c6384daec3e6f8b4bd3605ee1b8d25a687347 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sun, 7 Apr 2024 00:54:28 +0200 Subject: [PATCH] Update push_master.yml --- .github/workflows/push_master.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_master.yml b/.github/workflows/push_master.yml index 61dfb92..97170bf 100644 --- a/.github/workflows/push_master.yml +++ b/.github/workflows/push_master.yml @@ -1,4 +1,4 @@ -name: Chack code and publish on master push +name: Check code and publish on master push on: push: @@ -41,11 +41,12 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: nuget + name: src path: | ./ !./.github/ !./.gitignore + !./.git/ outputs: version: ${{ steps.gitversion.outputs.SemVer }} publish: @@ -56,7 +57,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v3 with: - name: nuget + name: src path: ./ - name: Create zip uses: ihiroky/archive-action@v1