Commit 8754ec99 authored by nanahira's avatar nanahira

fix

parent bf82ba8a
Pipeline #11726 failed with stages
in 2 minutes and 31 seconds
......@@ -115,7 +115,7 @@ exec_linux:
- cd build
- make config=release -j$(nproc)
- cd ..
- mv bin/release/YGOPro ./ygopro
- mv bin/release/ygopro ./ygopro
- strip ygopro
artifacts:
paths:
......@@ -135,7 +135,7 @@ exec_debian:
- cd build
- make config=release -j$(nproc)
- cd ..
- mv bin/release/YGOPro ./ygopro
- mv bin/release/ygopro ./ygopro
- strip ygopro
artifacts:
paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment