Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr authored Jan 20, 2024
1 parent 9d7f2f6 commit d2f7e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2f7e9e

Please sign in to comment.