Skip to content

Commit

Permalink
fix(ci): Updated the SHOT executable path.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Sep 24, 2023
1 parent a487dea commit 2828609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
benchmark_folder: "MINLP-convex-small"
benchmark_type: "nl"
shot_executable: "shot"
shot_executable: ${{github.workspace}}/build/SHOT

# Publish the test results as an output
publish-test:
Expand Down

0 comments on commit 2828609

Please sign in to comment.