From 9ed32d20f3a97de70bbaee0090fc49fe2e70c1a0 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 21 Jul 2025 11:50:53 +0800 Subject: [PATCH] debug(ci): artifacts_only still not works --- .github/workflows/release-tamagotchi.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 248f212cc..a2547002c 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -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