Fix argument order in diffcalc workflow

This commit is contained in:
Dan Balasescu 2024-10-17 16:57:00 +09:00
parent 80c77e6e05
commit 1536a9886c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ jobs:
docker compose logs --follow &
docker compose wait generator
link=$(docker compose logs generator --tail 10 | grep 'http' | sed -E 's/^.*(http.*)$/\1/')
link=$(docker compose logs --tail 10 generator | grep 'http' | sed -E 's/^.*(http.*)$/\1/')
target=$(cat "${{ needs.directory.outputs.GENERATOR_ENV }}" | grep -E '^OSU_B=' | cut -d '=' -f2-)
echo "TARGET=${target}" >> "${GITHUB_OUTPUT}"