Skip to content

Commit 0dbeac2

Browse files
committed
Small CI condition fix
1 parent 18eeaa5 commit 0dbeac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-desktop-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
chmod +x "./build/mac/Material Maker.app/Contents/MacOS/Material Maker"
163163
rm ./build/mac/material_maker.zip
164164
- name: Get documentation 🚀
165-
if: ${{ github.event.inputs.gen_doc == 'true' }}
165+
if: ${{ github.event.inputs.gen_doc == 'true' && github.event.inputs.artifacts == 'true' }}
166166
uses: actions/download-artifact@v8
167167
with:
168168
name: documentation

0 commit comments

Comments
 (0)