mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Use bash on all OS'
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user