Fix build.yml4

This commit is contained in:
chen08209
2024-06-09 19:55:59 +08:00
parent 3990f8d7fa
commit 8954b88d7f

View File

@@ -82,7 +82,7 @@ jobs:
upload-release:
if: !contains(github.ref, '+')
if: ${{ !contains(github.ref, '+') }}
permissions: write-all
needs: [ build ]
runs-on: ubuntu-latest