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: ...@@ -115,7 +115,7 @@ exec_linux:
- cd build - cd build
- make config=release -j$(nproc) - make config=release -j$(nproc)
- cd .. - cd ..
- mv bin/release/YGOPro ./ygopro - mv bin/release/ygopro ./ygopro
- strip ygopro - strip ygopro
artifacts: artifacts:
paths: paths:
...@@ -135,7 +135,7 @@ exec_debian: ...@@ -135,7 +135,7 @@ exec_debian:
- cd build - cd build
- make config=release -j$(nproc) - make config=release -j$(nproc)
- cd .. - cd ..
- mv bin/release/YGOPro ./ygopro - mv bin/release/ygopro ./ygopro
- strip ygopro - strip ygopro
artifacts: artifacts:
paths: 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