Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Sep 16, 2024
1 parent 92f02ff commit 9d79448
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/setup-ui-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ runs:
${{ runner.os }}-pnpm-store-
- name: Upload lockfile
if: failure()
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: pnpm-lock
path: ui/pnpm-lock.yaml
name: pnpm-lock
path: ui/pnpm-lock.yaml

- name: Install node dependencies
shell: bash
Expand Down

0 comments on commit 9d79448

Please sign in to comment.