Skip to content

Commit

Permalink
Use the correct folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 4, 2024
1 parent 9d179f4 commit c6f3ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
--output out
# Get the basename of the GBL in `outputs`
output_basename=$(basename -- $(basename -- $(ls -1 artifacts/*.gbl | head -n 1)) .gbl)
output_basename=$(basename -- $(basename -- $(ls -1 outputs/*.gbl | head -n 1)) .gbl)
echo "output_basename=$output_basename" >> $GITHUB_OUTPUT
- name: Install node within container (act)
Expand Down

0 comments on commit c6f3ddb

Please sign in to comment.