Skip to content

Commit

Permalink
Merge pull request ppy#30319 from smoogipoo/improve-diffcalc-workflow
Browse files Browse the repository at this point in the history
Fix argument order in diffcalc workflow
  • Loading branch information
peppy authored Oct 17, 2024
2 parents 80c77e6 + 1536a98 commit 3bcd6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diffcalc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 3bcd6b9

Please sign in to comment.