Skip to content

Commit ca0bce2

Browse files
committed
fix upload-artifact@v4 does not support "Uploading to the same named Artifact multiple times"
1 parent cd0eb72 commit ca0bce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858

5959
- uses: actions/upload-artifact@v4
6060
with:
61-
name: jar
61+
name: jar-${{ runner.os }}
6262
path: target/*.jar

0 commit comments

Comments
 (0)