Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Nov 20, 2023
1 parent 27315e6 commit ca39f45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-dep-g2o-x86_64-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
run: ./build_g2o_x64.bat

- name: Archive prebuilt g2o
uses: actions/upload-artifact@v3
with:
name: prebuilt g2o
path: ${{ github.workspace }}/externals/prebuild_scripts/g2o
uses: actions/upload-artifact@v3
with:
name: prebuilt g2o
path: ${{ github.workspace }}/externals/prebuild_scripts/g2o


0 comments on commit ca39f45

Please sign in to comment.