Skip to content

Commit c4c87a1

Browse files
committed
Fix GitHub Action duplicate artifact
1 parent ad69241 commit c4c87a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload artifact
4646
uses: actions/upload-artifact@v4
4747
with:
48-
name: output
48+
name: output_single
4949
path: output_single.json
5050

5151
json_merging:

0 commit comments

Comments
 (0)