mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
chore: try fix actions
This commit is contained in:
parent
1607c4e037
commit
0618b30dbe
5
.github/workflows/build_binary.yml
vendored
5
.github/workflows/build_binary.yml
vendored
@ -29,10 +29,7 @@ jobs:
|
||||
- name: Build EXE
|
||||
env:
|
||||
actions: T
|
||||
run: pyinstaller -F main.py
|
||||
|
||||
- name: Rename
|
||||
run: Rename-Item ./dist/main.exe ./dist/lx-music-api-server_$(git rev-parse --short HEAD).exe
|
||||
run: pyinstaller -F --name lx-music-api-server_${{ github.sha }} main.py
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user