update artifact names
This commit is contained in:
@@ -45,22 +45,24 @@ jobs:
|
|||||||
if: matrix.os == 'windows_x64'
|
if: matrix.os == 'windows_x64'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: 'Artifacts'
|
name: 'Artifacts-windows'
|
||||||
path: |
|
path: |
|
||||||
${{github.workspace}}/build/examples/${{env.BUILD_TYPE}}
|
${{github.workspace}}/build/examples/${{env.BUILD_TYPE}}
|
||||||
${{github.workspace}}/build/tests/${{env.BUILD_TYPE}}
|
${{github.workspace}}/build/tests/${{env.BUILD_TYPE}}
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
overwrite: true
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
if: matrix.os != 'windows_x64'
|
if: matrix.os != 'windows_x64'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: 'Artifacts'
|
name: 'Artifacts-${{matrix.os}}'
|
||||||
path: |
|
path: |
|
||||||
${{github.workspace}}/build/examples
|
${{github.workspace}}/build/examples
|
||||||
${{github.workspace}}/build/tests
|
${{github.workspace}}/build/tests
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
overwrite: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user