Skip to content

Commit 55ac450

Browse files
committed
fix upload/download dist
1 parent 86342e6 commit 55ac450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/upload-artifact@v4
4646
if: github.event_name == 'release'
4747
with:
48-
name: dist
48+
name: dist-${{ matrix.server }}
4949
path: dist/
5050
retention-days: 1
5151

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: download-dist
1616
uses: actions/download-artifact@v4
1717
with:
18-
name: dist
18+
name: dist-${{ matrix.server }}
1919
path: dist/
2020

2121
- name: create-artifacts

0 commit comments

Comments
 (0)