From 5fc1c04bd6f79170f35c6739e2f4aad9443eb8ae Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sat, 2 Sep 2023 08:41:59 -0700 Subject: [PATCH] Use bash on all OS' --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72af5e05..814e2d84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,6 +91,7 @@ jobs: with: name: build-artifacts - name: Unzip artifacts + shell: bash run: | if [ "$RUNNER_OS" == "Windows" ]; then 7z x compressed-build.zip -aoa -o${{ github.workspace }} @@ -133,6 +134,7 @@ jobs: with: name: build-artifacts - name: Unzip artifacts + shell: bash run: | if [ "$RUNNER_OS" == "Windows" ]; then 7z x compressed-build.zip -aoa -o${{ github.workspace }} @@ -167,6 +169,7 @@ jobs: with: name: build-artifacts - name: Unzip artifacts + shell: bash run: | if [ "$RUNNER_OS" == "Windows" ]; then 7z x compressed-build.zip -aoa -o${{ github.workspace }} @@ -208,6 +211,7 @@ jobs: with: name: build-artifacts - name: Unzip artifacts + shell: bash run: | if [ "$RUNNER_OS" == "Windows" ]; then 7z x compressed-build.zip -aoa -o${{ github.workspace }} @@ -249,6 +253,7 @@ jobs: with: name: build-artifacts - name: Unzip artifacts + shell: bash run: | if [ "$RUNNER_OS" == "Windows" ]; then 7z x compressed-build.zip -aoa -o${{ github.workspace }} @@ -288,6 +293,7 @@ jobs: with: name: build-artifacts - name: Unzip artifacts + shell: bash run: | if [ "$RUNNER_OS" == "Windows" ]; then 7z x compressed-build.zip -aoa -o${{ github.workspace }}