Loading .github/workflows/deploy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ jobs: working-directory: ${{github.workspace}}/build # Install the build. run: | cmake --install . --config $BUILD_TYPE cmake --install . - name: Upload to S3 working-directory: ${{github.workspace}}/install Loading Loading
.github/workflows/deploy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ jobs: working-directory: ${{github.workspace}}/build # Install the build. run: | cmake --install . --config $BUILD_TYPE cmake --install . - name: Upload to S3 working-directory: ${{github.workspace}}/install Loading