Skip to content

Commit 4e9969e

Browse files
committed
Fix if condition
1 parent 1b67f7b commit 4e9969e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/zzz-reuse-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
path: ${{ steps.set-artifact-name.outputs.base }}
203203
attempt_limit: 20
204204
attempt_delay: 10000
205-
if: ${{ inputs.flavour == 'mods' }}
205+
if: ${{ inputs.flavour == 'base' }}
206206

207207
###
208208
### Export and Upload mods

0 commit comments

Comments
 (0)