Skip to content

Commit

Permalink
solver-8.8 for windows and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 30, 2024
1 parent 64e785c commit aefa052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
cmake --install . --prefix install
pushd .
cd install/bin
tar czf ../../antares-solver_ubuntu20.04.tar.gz antares-solver libsirius_solver.so
tar czf ../../antares-solver_ubuntu20.04.tar.gz antares-8.8-solver libsirius_solver.so
popd
rm -rf install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
shell: bash
run: |
cd _build
zip -r antares-solver_windows.zip solver/Release/antares-solver.exe solver/Release/*.dll
zip -r antares-solver_windows.zip solver/Release/antares-8.8-solver.exe solver/Release/*.dll
- name: NSIS Installer creation
shell: bash
Expand Down

0 comments on commit aefa052

Please sign in to comment.