debug(ci): artifacts_only still not works

This commit is contained in:
Neko Ayaka
2025-07-21 11:50:53 +08:00
parent e8bd2d4252
commit 9ed32d20f3
+5
View File
@@ -216,6 +216,11 @@ jobs:
name: ${{ env.BUNDLE_NAME }}
path: bundle/${{ env.BUNDLE_NAME }}
- name: Debug
run:
echo ${{ fromJson(github.event.inputs) }}
echo ${{ fromJson(env) }}
- name: Upload Artifacts (Manual + Non-Release)
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.build_only == false && github.event.inputs.artifacts_only == true }}
uses: actions/upload-artifact@v4