From dbdfa2a1f3cb2cf619eb05b6f4467fa44bf348dd Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 23 Oct 2023 15:59:01 +0200 Subject: [PATCH] ci: Install jq correctly --- .github/workflows/main_deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index a7bcfbda9..08c7bb067 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -22,7 +22,8 @@ jobs: - name: Install dependencies run: sudo apt-get update && sudo apt-get install nodejs -y - run: flutter pub get - - run: dcarbone/install-jq-action@v2 + - name: Install jq + uses: dcarbone/install-jq-action@v2 - name: Prepare web run: ./scripts/prepare-web.sh - name: Build Release Web