Skip to content

Commit d360913

Browse files
authored
fix(ci): build starling target in release job (#271)
Fixes: #270 Release-As: 0.2.1
1 parent 8ffd397 commit d360913

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949

5050
- name: Build All Variants
5151
run: |
52-
just mode=release builddir=build-release build
53-
just mode=relwithdebinfo builddir=build-debug build
52+
just mode=release builddir=build-release build starling
53+
just mode=relwithdebinfo builddir=build-debug build starling
5454
5555
- name: Prepare Artifacts
5656
run: |

0 commit comments

Comments
 (0)