保证Nuitka版本在最前面

This commit is contained in:
星外之神 2022-05-21 19:53:30 +08:00
parent 903eabf2bb
commit 11effc6f9e

View File

@ -46,7 +46,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: 0.0PyinstallerBuilds
tag: Current.Version.Built.with.Pyinstaller
artifacts: ./out/*pyinstaller*.exe
token: ${{ secrets.GITHUB_TOKEN }}
@ -72,6 +72,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: Current
tag: Latest
artifacts: ./out/*nuitka*.exe
token: ${{ secrets.GITHUB_TOKEN }}