Skip to content

Commit d84df19

Browse files
committed
Try to use the jruby release as-is
1 parent 228ee88 commit d84df19

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,7 @@ jobs:
170170
run: |
171171
mkdir $(dirname $PREFIX)
172172
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
173+
ls -l $PREFIX/bin
178174
- name: Create archive
179175
run: tar czf ${{ steps.ruby.outputs.archive }} -C $(dirname $PREFIX) $(basename $PREFIX)
180176
shell: bash

0 commit comments

Comments
 (0)