自动构建发布
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
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
tag: Current
|
tag: PyinstallerBuilds
|
||||||
artifacts: ./out/*.exe
|
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 }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user