We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32335e commit dc3c638Copy full SHA for dc3c638
.github/workflows/push_master.yml
@@ -1,4 +1,4 @@
1
-name: Chack code and publish on master push
+name: Check code and publish on master push
2
3
on:
4
push:
@@ -41,11 +41,12 @@ jobs:
41
- name: Upload artifact
42
uses: actions/upload-artifact@v3
43
with:
44
- name: nuget
+ name: src
45
path: |
46
./
47
!./.github/
48
!./.gitignore
49
+ !./.git/
50
outputs:
51
version: ${{ steps.gitversion.outputs.SemVer }}
52
publish:
@@ -56,7 +57,7 @@ jobs:
56
57
- name: Download artifact
58
uses: actions/download-artifact@v3
59
60
61
path: ./
62
- name: Create zip
63
uses: ihiroky/archive-action@v1
0 commit comments