Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iltommi committed Sep 10, 2024
2 parents 1131fd8 + 44bbcca commit 7fa9781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ win32_task:
mkdir build && cd build
mingw32-cmake ..
make -j2 package
cp Neutrino*.exe ..
cp Neutrino*.exe Neutrino*.zip ..
package_artifacts:
path: "Neutrino-*.*"

Expand Down Expand Up @@ -171,7 +171,7 @@ win64_task:
mkdir build && cd build
mingw64-cmake ..
make -j2 package
cp Neutrino*.exe ..
cp Neutrino*.exe Neutrino*.zip ..
package_artifacts:
path: "Neutrino-*.*"

Expand Down

0 comments on commit 7fa9781

Please sign in to comment.