Skip to content

Commit 4eb4f05

Browse files
authored
Allow to request the build of multiple variants. (#68)
1 parent cd4a43f commit 4eb4f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Setting the variants
114114
run: |
115-
VARIANTS=${{ github.event.inputs.variant }}
115+
VARIANTS="${{ github.event.inputs.variant }}"
116116
if [ -z "$VARIANTS" ]; then
117117
if ! [ -z "${{ github.event.inputs.gist }}" ]; then
118118
VARIANTS="gist"

0 commit comments

Comments
 (0)