mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix syntax
This commit is contained in:
@@ -92,7 +92,7 @@ jobs:
|
||||
name: build-artifacts
|
||||
- name: Unzip artifacts
|
||||
if: runner.os != 'Windows'
|
||||
run:
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
7z x compressed-build.zip -aoa -o${{ github.workspace }}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user