Skip to content

Commit

Permalink
ci:debug
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Štetiar <[email protected]>
  • Loading branch information
ynezz committed Nov 30, 2024
1 parent dc58e6c commit 9332d66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ jobs:
run: |
# Get the basename of the GBL in `outputs`
ls -al outputs/*
output_basename=$(basename -- $(basename -- $(ls -1 outputs/*.gbl | head -n 1)) .gbl)
echo "output_basename=$output_basename" >> $GITHUB_OUTPUT
echo "output_basename=$output_basename" | tee --append $GITHUB_OUTPUT
- name: Install node within container (act)
if: ${{ env.ACT }}
Expand Down

0 comments on commit 9332d66

Please sign in to comment.