Update main.yml
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: AV_Data_Capture-CLI-${{ VERSION }}-Windows
|
||||
name: AV_Data_Capture-CLI-${ VERSION }-Windows
|
||||
path: dist
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: AV_Data_Capture-CLI-${{ VERSION }}-MacOS
|
||||
name: AV_Data_Capture-CLI-${ VERSION }-MacOS
|
||||
path: dist
|
||||
|
||||
Linux:
|
||||
@@ -145,5 +145,5 @@ jobs:
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: AV_Data_Capture-CLI-${{ VERSION }}-Linux
|
||||
name: AV_Data_Capture-CLI-${ VERSION }-Linux
|
||||
path: dist
|
||||
|
||||
Reference in New Issue
Block a user