Skip to content

Commit

Permalink
Update build-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
This-is-XiaoDeng authored Dec 16, 2023
1 parent 4e037b9 commit a553c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: "Build executeable"
run: |
python -m nuitka --onefile --standalone --follow-imports --show-modules --mingw64 --output-dir=build --lto=yes --windows-icon-from-ico=icon.ico --windows-file-version=$env:VERSION --windows-product-version=$env:VERSION --show-progress --windows-product-name=OneDisc --windows-file-description="OneBot Implementation for Discord" main.py
echo "Yes" | python -m nuitka --onefile --standalone --follow-imports --show-modules --mingw64 --output-dir=build --lto=yes --windows-icon-from-ico=icon.ico --windows-file-version=$env:VERSION --windows-product-version=$env:VERSION --show-progress --windows-product-name=OneDisc --windows-file-description="OneBot Implementation for Discord" main.py
env:
VERSION: ${{ needs.get-version-number.outputs.VERSION }}

Expand Down

0 comments on commit a553c82

Please sign in to comment.