We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716884f commit 432db2eCopy full SHA for 432db2e
.github/workflows/build_exe.yml
@@ -25,13 +25,16 @@ jobs:
25
uses: JackMcKew/pyinstaller-action-windows@main
26
with:
27
path: ./
28
+
29
+ - name : Zip release file
30
+ run: zip -rj ./fosslight_dependency.zip dist/windows/fosslight_dependency.exe ./NOTICE ./LICENSE
31
- - name: Upload release binary
32
+ - name: Upload release file
33
uses: actions/[email protected]
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
37
upload_url: ${{ github.event.release.upload_url }}
- asset_path: dist/windows/fosslight_dependency.exe
- asset_name: fosslight_dependency.exe
38
+ asset_path: ./fosslight_dependency.zip
39
+ asset_name: fosslight_dependency.zip
40
asset_content_type: application/zip
0 commit comments