Skip to content

Commit cbe2f68

Browse files
committed
Fix artifact pick up
1 parent 4ac59ac commit cbe2f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: softprops/action-gh-release@v1
7878
with:
7979
files: |
80-
*.msi
81-
*.pkg
80+
windows-package/*.msi
81+
macos-package/*.pkg
8282
draft: true
8383
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)