Skip to content

Commit 7be6ad6

Browse files
committed
Merge branch 'main' of https://github.com/LGE-OSS/fosslight_dependency into main
2 parents f672ae6 + 08a803f commit 7be6ad6

File tree

4 files changed

+737
-8
lines changed

4 files changed

+737
-8
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_windows.zip dist/windows/fosslight_dependency.exe ./LICENSES/3rd_party_licenses.txt ./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_windows.zip
39+
asset_name: fosslight_dependency_windows.zip
3740
asset_content_type: application/zip

0 commit comments

Comments
 (0)