Skip to content

Commit dd9597d

Browse files
1
1 parent e42e1bb commit dd9597d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
echo "UPLOAD_QT=0" >> $GITHUB_ENV
186186
187187
- name: Upload Qt
188-
if: ${{ env.UPLOAD_QT }}
188+
if: ${{ always() && env.UPLOAD_QT == 1 }}
189189
uses: actions/upload-artifact@v4
190190
with:
191191
name: ${{ matrix.platform }}-qt

0 commit comments

Comments
 (0)