Update main.yml
This commit is contained in:
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
@@ -11,8 +11,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Windows:
|
Windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
env:
|
|
||||||
VERSION: 3.7
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -54,15 +52,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
env:
|
||||||
|
VERSION: $VERSION
|
||||||
with:
|
with:
|
||||||
name: AV_Data_Capture-CLI-$VERSION-Windows
|
name: AV_Data_Capture-CLI-${{ VERSION }}-Windows
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
env:
|
|
||||||
VERSION: 3.7
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -103,14 +101,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
env:
|
||||||
|
VERSION: $VERSION
|
||||||
with:
|
with:
|
||||||
name: AV_Data_Capture-CLI-$VERSION-MacOS
|
name: AV_Data_Capture-CLI-${{ VERSION }}-MacOS
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
Linux:
|
Linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
|
||||||
VERSION: 3.7
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -151,6 +149,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
env:
|
||||||
|
VERSION: $VERSION
|
||||||
with:
|
with:
|
||||||
name: AV_Data_Capture-CLI-$VERSION-Linux
|
name: AV_Data_Capture-CLI-${{ VERSION }}-Linux
|
||||||
path: dist
|
path: dist
|
||||||
|
|||||||
Reference in New Issue
Block a user