Skip to content

Commit

Permalink
chore: fix GITHUB_PATH in docs job
Browse files Browse the repository at this point in the history
Make it no longer sensitive to Ruby version.
  • Loading branch information
pbrisbin committed Jan 22, 2025
1 parent 0033e81 commit cdb720e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,12 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- run: echo "$HOME/.local/share/gem/ruby/3.0.0/bin" >>"$GITHUB_PATH"
- run: gem install --user ronn-ng
- run: |
for bin in ~/.local/share/gem/ruby/*/bin; do
echo "$bin"
done >>"$GITHUB_PATH"
- uses: actions/download-artifact@v4
with:
name: linux-binaries
Expand Down

0 comments on commit cdb720e

Please sign in to comment.