upload build directory after workflow completes
parent
1b89482164
commit
f2bfdbd317
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue