Skip to content

Commit 51d1233

Browse files
authored
fix: deploy conflict artifact (#7)
1 parent 03f3248 commit 51d1233

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload build artifacts
4848
uses: actions/upload-artifact@v4
4949
with:
50-
name: github-pages
50+
name: github-pages-${{ github.run_id }}
5151
path: dist
5252
retention-days: 1
5353

@@ -62,7 +62,7 @@ jobs:
6262
- name: Download build artifacts
6363
uses: actions/download-artifact@v4
6464
with:
65-
name: github-pages
65+
name: github-pages-${{ github.run_id }}
6666
path: dist
6767

6868
- name: Setup Pages

0 commit comments

Comments
 (0)