Commit d2f2ec91 authored by nanahira's avatar nanahira

fix

parent 8632f1b2
Pipeline #5285 failed with stages
in 38 minutes and 20 seconds
......@@ -4,7 +4,7 @@ set -o errexit
apt update && apt -y install tar git zstd
mkdir dist replay expansions icon
cp -rf per-platform/$TARGET_PLATFORM/* .
cp -rf per-platform/$TARGET_PLATFORM/* . || true
ARCHIVE_FILES=(LICENSE cdb config deck expansions icon pack picture puzzle replay sound texture script)
if [[ "$TARGET_PLATFORM" == "darwin" ]]; then
......
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