upload build directory after workflow completes

release/4.3a0
Varun Agrawal 2020-11-15 18:40:02 -05:00
parent 1b89482164
commit f2bfdbd317
2 changed files with 11 additions and 1 deletions

View File

@ -83,3 +83,8 @@ jobs:
if: runner.os == 'Linux'
run: |
bash .github/scripts/unix.sh -t
- name: Upload build directory
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/

View File

@ -51,3 +51,8 @@ jobs:
if: runner.os == 'macOS'
run: |
bash .github/scripts/unix.sh -t
- name: Upload build directory
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/