Update push_master.yml
This commit is contained in:
7
.github/workflows/push_master.yml
vendored
7
.github/workflows/push_master.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Chack code and publish on master push
|
name: Check code and publish on master push
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -41,11 +41,12 @@ jobs:
|
|||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: nuget
|
name: src
|
||||||
path: |
|
path: |
|
||||||
./
|
./
|
||||||
!./.github/
|
!./.github/
|
||||||
!./.gitignore
|
!./.gitignore
|
||||||
|
!./.git/
|
||||||
outputs:
|
outputs:
|
||||||
version: ${{ steps.gitversion.outputs.SemVer }}
|
version: ${{ steps.gitversion.outputs.SemVer }}
|
||||||
publish:
|
publish:
|
||||||
@@ -56,7 +57,7 @@ jobs:
|
|||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: nuget
|
name: src
|
||||||
path: ./
|
path: ./
|
||||||
- name: Create zip
|
- name: Create zip
|
||||||
uses: ihiroky/archive-action@v1
|
uses: ihiroky/archive-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user