fix(ci): not processing for artifacts_only

This commit is contained in:
Neko Ayaka
2025-07-21 03:12:27 +08:00
parent e2d3b2f108
commit 56a19d205f
+1 -1
View File
@@ -200,7 +200,7 @@ jobs:
path: bundle/${{ steps.rename_artifacts_nightly.outputs.bundle_name }}
- name: Upload Artifacts (Manual + Non-Release)
if: ${{ github.event_name == 'workflow_dispatch' && !github.event.inputs.build_only && github.event.inputs.artifacts_only }}
if: ${{ github.event_name == 'workflow_dispatch' && !github.event.inputs.build_only && !!github.event.inputs.artifacts_only }}
uses: actions/upload-artifact@v4
with:
name: ${{ steps.rename_artifacts_manual.outputs.bundle_name }}