Skip to content

Commit

Permalink
📖 添加可执行文件注释名
Browse files Browse the repository at this point in the history
  • Loading branch information
wling-art committed Feb 9, 2024
1 parent 79f4d30 commit b1b7b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{matrix.python-version}}

- name: Build
run: poetry run pyinstaller -F -n ToolDelta${{ matrix.os == 'windows-latest' && '.exe' || '' }} -i logo.ico main.py
run: poetry run pyinstaller -F -n ToolDelta-$(<version)-${{ matrix.os == 'windows-latest' && 'windows.exe' || 'linux' }} -i logo.ico main.py

- name: Get version
run: echo "VERSION=$(<version)" >> $GITHUB_ENV
Expand Down

0 comments on commit b1b7b48

Please sign in to comment.