fix(ci): not processing for artifacts_only
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user