Skip to content

Commit a40423e

Browse files
committed
Build binary gem
1 parent f103076 commit a40423e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
./inject-libv8 12.18.4
3232
- name: Build gem
3333
run: |
34-
bundle exec rake build
34+
bundle exec rake binary
3535
- name: Prepare artifacts
3636
run: |
3737
mkdir -p ${{ runner.temp }}/workspace
@@ -73,7 +73,7 @@ jobs:
7373
./inject-libv8 12.18.4
7474
- name: Build gem
7575
run: |
76-
bundle exec rake build
76+
bundle exec rake binary
7777
- name: Prepare artifacts
7878
run: |
7979
mkdir -p ${{ runner.temp }}/workspace
@@ -117,7 +117,7 @@ jobs:
117117
./inject-libv8 12.18.4
118118
- name: Build gem
119119
run: |
120-
bundle exec rake build
120+
bundle exec rake binary
121121
- name: Prepare artifacts
122122
run: |
123123
mkdir -p ${{ runner.temp }}/workspace

0 commit comments

Comments
 (0)