Update main.yml
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -52,12 +52,13 @@ jobs:
|
|||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: AV_Data_Capture-CLI-${{ jobs.Linux.VERSION.VERION }}-Linux
|
name: AV_Data_Capture-CLI-${{ VERSION.VERION }}-Linux
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
needs: Linux
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -100,11 +101,12 @@ jobs:
|
|||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: AV_Data_Capture-CLI-${{ jobs.Linux.VERSION.VERION }}-Windows
|
name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.VERION }}-Windows
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
|
needs: Linux
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -143,5 +145,5 @@ jobs:
|
|||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: AV_Data_Capture-CLI-${{ jobs.Linux.VERSION.VERION }}-MacOS
|
name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.VERION }}-MacOS
|
||||||
path: dist
|
path: dist
|
||||||
|
|||||||
Reference in New Issue
Block a user