From b0e05a2202f8b11aeda21e84a4ed317cca4de195 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sun, 5 Jan 2025 02:17:45 -0800 Subject: [PATCH] Typo --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0888ce1..789c744 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,7 +134,7 @@ jobs: echo github.event_name: ${{ github.event_name }} - name: Build - shell: download-and-package + shell: bash run: | npm ci - node build/download-run-artifacts.js "--repo=${{ github.repository }}" "--run_id=${{ github.run_id }}"" + node build/download-run-artifacts.js "--repo=${{ github.repository }}" "--run_id=${{ github.run_id }}"