Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
freethinkel committed Apr 26, 2024
1 parent 6f916ba commit 2495f99
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v3
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- name: Checkout repository
uses: actions/checkout@v3

Expand Down Expand Up @@ -60,5 +65,3 @@ jobs:
releaseBody: "nothing yet"
releaseDraft: false
prerelease: false
- name: Run tmate
uses: mxschmitt/action-tmate@v2
10 changes: 10 additions & 0 deletions scripts/pack_xterm.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ exec(
"cp -R ./xterm-*.tgz ../../../fluffy/patched/xterm-addon-webgl",
].join(" && ")
);
exec(
[
"cd ../xterm.js/",
"yarn package",
"cd ./addons/addon-canvas",
"yarn package",
"yarn pack",
"cp -R ./xterm-*.tgz ../../../fluffy/patched/xterm-addon-canvas",
].join(" && ")
);

0 comments on commit 2495f99

Please sign in to comment.