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