File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,14 @@ jobs:
107
107
if : " !startsWith(matrix.os, 'windows')"
108
108
# NOTE: Keep the logic from here in sync with ruby-builder's buildJRubyWindows job
109
109
# Extracting must be done in the native shell: https://github.com/MSP-Greg/ruby-setup-ruby/issues/1
110
- # We need to use to use the system tar, the Git tar seems basically broken
110
+ # We need to use to use the system tar, the Git tar seems basically broken.
111
+ # And `mv dir /c/...` also removes jruby.exe, so we need to avoid that.
111
112
- run : C:\windows\system32\tar.exe xf jruby-head.tar.gz
112
113
if : startsWith(matrix.os, 'windows')
113
- - name : Rename to jruby-head
114
+ - name : Check bin/ and rename to jruby-head
114
115
shell : bash
115
116
run : |
117
+ ls -l jruby-*-SNAPSHOT/bin
116
118
mv jruby-*-SNAPSHOT jruby-head
117
119
ls -l jruby-head/bin
118
120
- name : Create archive
You can’t perform that action at this time.
0 commit comments