Skip to content

Commit d9a3b72

Browse files
authored
Update package_and_release.yml
1 parent 5d66748 commit d9a3b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
with:
76-
file: "./dist/*.exe"
76+
file: "./dist/*.exe;./dist/*/*.exe"
7777
release_id: ${{ steps.create_release.outputs.id }}
7878
verbose: true

0 commit comments

Comments
 (0)