differentiate between Release and Debug builds
parent
aa2d9225dc
commit
d5a09aad12
|
@ -86,5 +86,5 @@ jobs:
|
||||||
- name: Upload build directory
|
- name: Upload build directory
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: gtsam-${{ matrix.name }}
|
name: gtsam-${{ matrix.name }}-${{ matrix.build_type }}
|
||||||
path: ${{ github.workspace }}/build/
|
path: ${{ github.workspace }}/build/
|
||||||
|
|
|
@ -54,5 +54,5 @@ jobs:
|
||||||
- name: Upload build directory
|
- name: Upload build directory
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: gtsam-${{ matrix.name }}
|
name: gtsam-${{ matrix.name }}-${{ matrix.build_type }}
|
||||||
path: ${{ github.workspace }}/build/
|
path: ${{ github.workspace }}/build/
|
||||||
|
|
|
@ -79,5 +79,5 @@ jobs:
|
||||||
- name: Upload build directory
|
- name: Upload build directory
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: gtsam-${{ matrix.name }}
|
name: gtsam-${{ matrix.name }}-${{ matrix.build_type }}
|
||||||
path: ${{ github.workspace }}/build/
|
path: ${{ github.workspace }}/build/
|
||||||
|
|
Loading…
Reference in New Issue