From 2c2ba4e080fecc5116110509a8cd756c572df2fa Mon Sep 17 00:00:00 2001 From: mkorwel Date: Wed, 22 Apr 2026 04:21:17 +0000 Subject: [PATCH] ci: specify path in download-artifact to avoid subdirectory --- .github/workflows/ci-bundling-trial.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index a1ff44d33b..2230132fde 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -63,6 +63,7 @@ jobs: uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' with: name: 'node-modules-tarball' + path: '.' - name: 'Extract Node Modules' run: | @@ -98,6 +99,7 @@ jobs: uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' with: name: 'node-modules-tarball' + path: '.' - name: 'Extract Node Modules' run: | @@ -133,6 +135,7 @@ jobs: uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' with: name: 'node-modules-tarball' + path: '.' - name: 'Extract Node Modules' run: | @@ -168,6 +171,7 @@ jobs: uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' with: name: 'node-modules-tarball' + path: '.' - name: 'Extract Node Modules' run: | @@ -203,6 +207,7 @@ jobs: uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' with: name: 'node-modules-tarball' + path: '.' - name: 'Extract Node Modules' run: | @@ -238,6 +243,7 @@ jobs: uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' with: name: 'node-modules-tarball' + path: '.' - name: 'Extract Node Modules' run: | @@ -273,6 +279,7 @@ jobs: uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' with: name: 'node-modules-tarball' + path: '.' - name: 'Extract Node Modules' run: | @@ -308,6 +315,7 @@ jobs: uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' with: name: 'node-modules-tarball' + path: '.' - name: 'Extract Node Modules' run: |