Skip to content

Commit

Permalink
Update build_exe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-jy authored Jan 27, 2021
1 parent 432db2e commit 2ac17f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
path: ./

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

- name: Upload release file
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./fosslight_dependency.zip
asset_name: fosslight_dependency.zip
asset_path: ./fosslight_dependency_windows.zip
asset_name: fosslight_dependency_windows.zip
asset_content_type: application/zip

0 comments on commit 2ac17f8

Please sign in to comment.