Merge branch 'main' of git.sulejmani.xyz:Arlind/switzerlan25-tournament
All checks were successful
Generate Map Previews for Switzerland25 Tournament / Full CI/CD Pipeline (push) Successful in 45s

This commit is contained in:
2025-09-17 00:34:45 +02:00
3 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ jobs:
SKIN=$(choose_skin "$REPLAY_NAME")
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"
if [ -f "$DANSER_VIDEO_DIR/$REPLAY_NAME.mp4" ]; then