Update main.yml
This commit is contained in:
27
.github/workflows/main.yml
vendored
27
.github/workflows/main.yml
vendored
@@ -58,30 +58,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp config.ini dist/
|
cp config.ini dist/
|
||||||
|
|
||||||
- name: Upload build artifact-1
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
if: matrix.os == 'macos-latest'
|
name: AV_Data_Capture-CLI-${{ matrix.os }}
|
||||||
name: AV_Data_Capture-CLI-MacOS
|
|
||||||
|
|
||||||
path: dist
|
|
||||||
run: |
|
|
||||||
rm -rf dist
|
|
||||||
|
|
||||||
- name: Upload build artifact-2
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
if: matrix.os == 'ubuntu-latest'
|
|
||||||
name: AV_Data_Capture-CLI-Linux
|
|
||||||
|
|
||||||
path: dist
|
|
||||||
run: |
|
|
||||||
rm -rf dist
|
|
||||||
|
|
||||||
- name: Upload build artifact-3
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
if: matrix.os == 'windows-latest'
|
|
||||||
name: AV_Data_Capture-CLI-Windows
|
|
||||||
|
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user