Skip to content

Commit

Permalink
Don't include inwasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Aug 19, 2023
1 parent e2b7554 commit ff8e4ac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: yarn setup
- name: Zip artifacts
run: |
cd ${{ github.workspace }}
zip -r compressed-build \
./out/* \
./out-test/* \
Expand All @@ -32,7 +31,6 @@ jobs:
./addons/xterm-addon-canvas/out-test/* \
./addons/xterm-addon-fit/out/* \
./addons/xterm-addon-fit/out-test/* \
./addons/xterm-addon-image/inwasm-builds/out/* \
./addons/xterm-addon-image/out/* \
./addons/xterm-addon-image/out-test/* \
./addons/xterm-addon-ligatures/out/* \
Expand Down Expand Up @@ -84,10 +82,7 @@ jobs:
name: build-artifacts
- name: Unzip artifacts (Linux, macOS)
if: runner.os != 'Windows'
run: |
pwd
cd ${{ github.workspace }}
unzip compressed-build.zip
run: unzip compressed-build.zip
- name: Unzip artifacts (Windows)
if: runner.os == 'Windows'
run: 7z x compressed-build.zip -o${{ github.workspace }}
Expand Down

0 comments on commit ff8e4ac

Please sign in to comment.