Skip to content

Commit

Permalink
fix(ci): overwrite artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Oct 9, 2024
1 parent c7ed51c commit 2ffe093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
name: pr-num
path: ./pr_num
overwrite: true

- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -84,3 +85,4 @@ jobs:
with:
name: docs-${{ matrix.os }}-build
path: docs/.vitepress/dist
overwrite: true

0 comments on commit 2ffe093

Please sign in to comment.