Skip to content

Commit cb28c6a

Browse files
Update workflow
1 parent 4d0060f commit cb28c6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/prepare-for-release/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ runs:
4141
4242
- uses: actions/upload-artifact@v4
4343
with:
44-
path: "publish/*.zip,publish/*.msi"
44+
path: |
45+
"publish/*.zip"
46+
"publish/*.msi"

0 commit comments

Comments
 (0)