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 4e64812 commit 83acf48Copy full SHA for 83acf48
.github/workflows/build.yml
@@ -103,6 +103,9 @@ jobs:
103
cp jruby ruby
104
# Create ruby.bat, so 'ruby' works in pwsh
105
echo -en "@ECHO OFF\r\n@\"%~dp0jruby.exe\" %*\r\n" > ruby.bat
106
+ - name: Create archive
107
+ run: tar czf jruby-head-${{ matrix.os }}.tar.gz jruby-head
108
+
109
- name: Install Bundler if needed
110
shell: bash
111
run: |
@@ -112,9 +115,6 @@ jobs:
112
115
gem install bundler -v '~> 1' --no-document
113
116
fi
114
117
- - name: Create archive
- run: tar czf jruby-head-${{ matrix.os }}.tar.gz jruby-head
-
118
# Test
119
- run: echo "::add-path::$PWD/jruby-head/bin"
120
- run: ruby --version
0 commit comments