Update main.yml
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
env:
|
env:
|
||||||
VERSION: $VERSION
|
VERSION: 3.7.1
|
||||||
with:
|
with:
|
||||||
name: AV_Data_Capture-CLI-${{ VERSION }}-Windows
|
name: AV_Data_Capture-CLI-${{ VERSION }}-Windows
|
||||||
path: dist
|
path: dist
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
env:
|
env:
|
||||||
VERSION: $VERSION
|
VERSION: 3.7.1
|
||||||
with:
|
with:
|
||||||
name: AV_Data_Capture-CLI-${{ VERSION }}-MacOS
|
name: AV_Data_Capture-CLI-${{ VERSION }}-MacOS
|
||||||
path: dist
|
path: dist
|
||||||
@@ -150,7 +150,7 @@ jobs:
|
|||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
env:
|
env:
|
||||||
VERSION: $VERSION
|
VERSION: 3.7.1
|
||||||
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