Skip to content

Commit

Permalink
workflow: adjust upload depth
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 12, 2024
1 parent da2bf96 commit 67cdb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- completed

jobs:
pubilsh:
build-and-upload:
if: >
github.repository == 'vuejs/core' &&
github.event.workflow_run.event == 'push' &&
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: packages
path: packages/**/dist/*
path: packages/*/dist/*

0 comments on commit 67cdb5f

Please sign in to comment.