Update .gitea/workflows/ci.yml
All checks were successful
Generate Map Previews for Switzerland25 Tournament / Full CI/CD Pipeline (push) Successful in 55s
All checks were successful
Generate Map Previews for Switzerland25 Tournament / Full CI/CD Pipeline (push) Successful in 55s
This commit is contained in:
@@ -120,9 +120,9 @@ jobs:
|
|||||||
-i "$OUT_VIDEO_FILE" \
|
-i "$OUT_VIDEO_FILE" \
|
||||||
-c:v h264_nvenc -preset fast \
|
-c:v h264_nvenc -preset fast \
|
||||||
-c:a aac -b:a 128k \
|
-c:a aac -b:a 128k \
|
||||||
"${OUT_VIDEO_FILE}.tmp"
|
"${OUT_VIDEO_FILE}.tmp.mp4"
|
||||||
|
|
||||||
mv "${OUT_VIDEO_FILE}.tmp" "$OUT_VIDEO_FILE"
|
mv "${OUT_VIDEO_FILE}.tmp.mp4" "$OUT_VIDEO_FILE"
|
||||||
|
|
||||||
tmp=$(mktemp)
|
tmp=$(mktemp)
|
||||||
jq --arg name "$REPLAY_NAME" '
|
jq --arg name "$REPLAY_NAME" '
|
||||||
|
|||||||
Reference in New Issue
Block a user