We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228ee88 commit d84df19Copy full SHA for d84df19
.github/workflows/build.yml
@@ -170,11 +170,7 @@ jobs:
170
run: |
171
mkdir $(dirname $PREFIX)
172
tar xf jruby-dist-${{ matrix.jruby-version }}-bin.tar.gz -C $(dirname $PREFIX)
173
- cd $PREFIX/bin
174
- # Copy bash launcher, so 'ruby' works in bash
175
- cp jruby ruby
176
- # Create ruby.bat, so 'ruby' works in pwsh
177
- echo -en "@ECHO OFF\r\n@\"%~dp0jruby.exe\" %*\r\n" > ruby.bat
+ ls -l $PREFIX/bin
178
- name: Create archive
179
run: tar czf ${{ steps.ruby.outputs.archive }} -C $(dirname $PREFIX) $(basename $PREFIX)
180
shell: bash
0 commit comments