Skip to content

Commit 66fcf4c

Browse files
authored
Update artifact upload path and name in CI workflow
1 parent ce8b141 commit 66fcf4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
- name: Archive artifacts
2727
uses: actions/upload-artifact@v6
2828
with:
29-
path: "dist/packages/*.mcpack"
29+
name: fluoroscopy
30+
path: dist/packages/*.mcpack

0 commit comments

Comments
 (0)