From d71e05116d97a2c82c10bed4fe00e742a1637e02 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Thu, 31 Aug 2023 23:08:48 +0300 Subject: [PATCH] Make Arch build --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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