Skip to content

Commit

Permalink
Fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 4, 2024
1 parent bb1d40f commit d250f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ jobs:
--build-dir build \
--build-system makefile \
--output-dir outputs \
--output gbl" \
--output hex" \
--output out"
--output gbl \
--output hex \
--output out
# Get the basename of the GBL in `outputs`
output_basename=$(basename -- $(basename -- $(ls -1 artifacts/*.gbl | head -n 1)) .gbl)
Expand Down

0 comments on commit d250f83

Please sign in to comment.