From 9a1c35d48a36ba4d426b86f7d9909ad2723564ae Mon Sep 17 00:00:00 2001 From: "italiano@oplabs.co" Date: Mon, 2 Dec 2024 20:11:37 -0500 Subject: [PATCH] update --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cad3be3..5c4a728 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,4 +24,5 @@ jobs: uses: ./.github/actions/setup - name: Build Native Artifacts - run: ./scripts/release.sh \ No newline at end of file + run: ./scripts/release.sh + shell: bash \ No newline at end of file