Skip to content

Commit dc3c638

Browse files
Update push_master.yml
1 parent f32335e commit dc3c638

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/push_master.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Chack code and publish on master push
1+
name: Check code and publish on master push
22

33
on:
44
push:
@@ -41,11 +41,12 @@ jobs:
4141
- name: Upload artifact
4242
uses: actions/upload-artifact@v3
4343
with:
44-
name: nuget
44+
name: src
4545
path: |
4646
./
4747
!./.github/
4848
!./.gitignore
49+
!./.git/
4950
outputs:
5051
version: ${{ steps.gitversion.outputs.SemVer }}
5152
publish:
@@ -56,7 +57,7 @@ jobs:
5657
- name: Download artifact
5758
uses: actions/download-artifact@v3
5859
with:
59-
name: nuget
60+
name: src
6061
path: ./
6162
- name: Create zip
6263
uses: ihiroky/archive-action@v1

0 commit comments

Comments
 (0)