更改构建标签名

This commit is contained in:
星外之神 2022-05-21 19:34:44 +08:00
parent ea44455186
commit 903eabf2bb

View File

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