This commit is contained in:
Michel Roegl-Brunner 2025-04-10 15:35:39 +02:00
parent d00f0aa7f3
commit 4e6dbefd2d

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
INPUT_FILE="repos.txt" INPUT_FILE=".github/workflows/scripts/repos.txt"
OUTPUT_FILE="public/frontend/versions.json" OUTPUT_FILE="frontend/public/json/versions.json"
TMP_FILE="releases_tmp.json" TMP_FILE="releases_tmp.json"
if [ -f "$OUTPUT_FILE" ]; then if [ -f "$OUTPUT_FILE" ]; then
@ -36,4 +36,4 @@ while IFS= read -r repo; do
done < "$INPUT_FILE" done < "$INPUT_FILE"
mv "$TMP_FILE" "$OUTPUT_FILE" #mv "$TMP_FILE" "$OUTPUT_FILE"