correct form for workspace env variable

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

View File

@ -87,4 +87,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/
path: ${{ github.workspace }}/build/

View File

@ -55,4 +55,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/
path: ${{ github.workspace }}/build/

View File

@ -80,4 +80,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/
path: ${{ github.workspace }}/build/