Skip to content

Commit 432db2e

Browse files
authored
Update build_exe.yml
1 parent 716884f commit 432db2e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build_exe.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ jobs:
2525
uses: JackMcKew/pyinstaller-action-windows@main
2626
with:
2727
path: ./
28+
29+
- name : Zip release file
30+
run: zip -rj ./fosslight_dependency.zip dist/windows/fosslight_dependency.exe ./NOTICE ./LICENSE
2831

29-
- name: Upload release binary
32+
- name: Upload release file
3033
uses: actions/[email protected]
3134
env:
3235
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3336
with:
3437
upload_url: ${{ github.event.release.upload_url }}
35-
asset_path: dist/windows/fosslight_dependency.exe
36-
asset_name: fosslight_dependency.exe
38+
asset_path: ./fosslight_dependency.zip
39+
asset_name: fosslight_dependency.zip
3740
asset_content_type: application/zip

0 commit comments

Comments
 (0)