自动构建发布
This commit is contained in:
parent
2a294d0593
commit
c6689eca7e
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -60,6 +60,15 @@ jobs:
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
tag: Current
|
||||
artifacts: ./out/*.exe
|
||||
tag: PyinstallerBuilds
|
||||
artifacts: ./out/*pyinstaller*.exe
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# release处发布单文件可执行版exe
|
||||
- name: Release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
tag: Current
|
||||
artifacts: ./out/*nuitka*.exe
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user