From 8703b9b74e89692e9ea03e9a3dee1f87ad9b2cf4 Mon Sep 17 00:00:00 2001 From: Blundir Date: Thu, 1 Feb 2024 16:52:32 +0200 Subject: [PATCH] maybe? --- .github/workflows/turdis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/turdis.yml b/.github/workflows/turdis.yml index dbde0b434455..46cf7a5ca194 100644 --- a/.github/workflows/turdis.yml +++ b/.github/workflows/turdis.yml @@ -99,7 +99,7 @@ jobs: - name: Find Maps id: map_finder run: | - echo "$(ls -mw0 _maps/*.json)" > maps_output.txt + echo "$(ls -mw0 _maps/yogstation.json)" > maps_output.txt sed -i -e s+_maps/+\"+g -e s+.json+\"+g maps_output.txt echo "Maps: $(cat maps_output.txt)" echo "maps={\"paths\":[$(cat maps_output.txt)]}" >> $GITHUB_OUTPUT