Update main.yml
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
|
||||||
- name: Upload build artifact-2
|
- name: Upload build artifact-2
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
name: AV_Data_Capture-CLI-Linux
|
name: AV_Data_Capture-CLI-Linux
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
|
||||||
- name: Upload build artifact-3
|
- name: Upload build artifact-3
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
name: AV_Data_Capture-CLI-Windows
|
name: AV_Data_Capture-CLI-Windows
|
||||||
|
|||||||
Reference in New Issue
Block a user