Skip to content

Commit 52503d5

Browse files
committed
fix: avoid artifact upload conflict
1 parent 270f2b0 commit 52503d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: actions/upload-pages-artifact@v3
4141
with:
4242
path: dist/client
43+
name: github-pages-${{ github.run_id }}
4344

4445
deploy:
4546
needs: build

0 commit comments

Comments
 (0)