diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cad87db..8be33eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,9 @@ jobs: release: name: Release binary - needs: ["build" "build_arch"] + needs: + - build + - build_arch runs-on: ubuntu-latest permissions: contents: write