differentiate between Release and Debug builds

release/4.3a0
Varun Agrawal 2020-11-16 17:47:42 -05:00
parent aa2d9225dc
commit d5a09aad12
3 changed files with 3 additions and 3 deletions

View File

@ -86,5 +86,5 @@ jobs:
- name: Upload build directory
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
name: gtsam-${{ matrix.name }}-${{ matrix.build_type }}
path: ${{ github.workspace }}/build/

View File

@ -54,5 +54,5 @@ jobs:
- name: Upload build directory
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
name: gtsam-${{ matrix.name }}-${{ matrix.build_type }}
path: ${{ github.workspace }}/build/

View File

@ -79,5 +79,5 @@ jobs:
- name: Upload build directory
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
name: gtsam-${{ matrix.name }}-${{ matrix.build_type }}
path: ${{ github.workspace }}/build/