Fix build.yml4

This commit is contained in:
chen08209
2024-06-09 19:55:59 +08:00
parent 8a01e04871
commit 8074547fb4

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