Skip to content

Commit 2ac17f8

Browse files
authored
Update build_exe.yml
1 parent 432db2e commit 2ac17f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_exe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
path: ./
2828

2929
- name : Zip release file
30-
run: zip -rj ./fosslight_dependency.zip dist/windows/fosslight_dependency.exe ./NOTICE ./LICENSE
30+
run: zip -rj ./fosslight_dependency_windows.zip dist/windows/fosslight_dependency.exe ./NOTICE ./LICENSE
3131

3232
- name: Upload release file
3333
uses: actions/[email protected]
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
with:
3737
upload_url: ${{ github.event.release.upload_url }}
38-
asset_path: ./fosslight_dependency.zip
39-
asset_name: fosslight_dependency.zip
38+
asset_path: ./fosslight_dependency_windows.zip
39+
asset_name: fosslight_dependency_windows.zip
4040
asset_content_type: application/zip

0 commit comments

Comments
 (0)