Update .gitea/workflows/ci.yml
All checks were successful
Generate Map Previews for Switzerland25 Tournament / Full CI/CD Pipeline (push) Successful in 19s

This commit is contained in:
Arlind
2025-09-17 00:19:58 +02:00
parent d8bcd127ce
commit 9b6cd9a3f5

View File

@@ -109,7 +109,7 @@ jobs:
SKIN=$(choose_skin "$REPLAY_NAME") SKIN=$(choose_skin "$REPLAY_NAME")
xvfb-run -a "$DANSER_DIR/danser-cli" \ xvfb-run -a "$DANSER_DIR/danser-cli" \
-replay "$REPLAY" -record -skip -start=$START -skin="$SKIN" -end=$END -noupdatecheck \ -replay "$REPLAY" -record -skip -settings="tourneypreview" -skin="$SKIN" -start=$START -end=$END -noupdatecheck \
-out="$REPLAY_NAME" -out="$REPLAY_NAME"
if [ -f "$DANSER_VIDEO_DIR/$REPLAY_NAME.mp4" ]; then if [ -f "$DANSER_VIDEO_DIR/$REPLAY_NAME.mp4" ]; then