保证Nuitka版本在最前面
This commit is contained in:
parent
903eabf2bb
commit
11effc6f9e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
tag: 0.0PyinstallerBuilds
|
tag: Current.Version.Built.with.Pyinstaller
|
||||||
artifacts: ./out/*pyinstaller*.exe
|
artifacts: ./out/*pyinstaller*.exe
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
@ -72,6 +72,6 @@ jobs:
|
|||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
tag: Current
|
tag: Latest
|
||||||
artifacts: ./out/*nuitka*.exe
|
artifacts: ./out/*nuitka*.exe
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user