Skip to content

Commit

Permalink
Allow to request the build of multiple variants. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Nov 21, 2024
1 parent cd4a43f commit 4eb4f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Setting the variants
run: |
VARIANTS=${{ github.event.inputs.variant }}
VARIANTS="${{ github.event.inputs.variant }}"
if [ -z "$VARIANTS" ]; then
if ! [ -z "${{ github.event.inputs.gist }}" ]; then
VARIANTS="gist"
Expand Down

0 comments on commit 4eb4f05

Please sign in to comment.