Skip to content

Commit

Permalink
fix: arch the term .
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Apr 18, 2024
1 parent 0a33903 commit b683661
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/wasi-v86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ jobs:
uses: JesseTG/[email protected]
with:
path: target/${{ matrix.target }}/release/deps
- name: Copy term
uses: actions/checkout@master
with:
source: term
target: target/${{ matrix.target }}/release/
- name: Copy arch
uses: actions/checkout@master
with:
source: arch
target: target/${{ matrix.target }}/release/
- name: Archive Release
uses: thedoctor0/zip-release@main
with:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/wasi-v86-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ jobs:
uses: JesseTG/[email protected]
with:
path: target/${{ matrix.target }}/release/deps
- name: Copy term
uses: actions/checkout@master
with:
source: term
target: target/${{ matrix.target }}/release/
- name: Copy arch
uses: actions/checkout@master
with:
source: arch
target: target/${{ matrix.target }}/release/
- name: Archive Release
uses: thedoctor0/zip-release@main
with:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/wasi-v86-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ jobs:
uses: JesseTG/[email protected]
with:
path: target/${{ matrix.target }}/release/deps
- name: Copy term
uses: actions/checkout@master
with:
source: term
target: target/${{ matrix.target }}/release/
- name: Copy arch
uses: actions/checkout@master
with:
source: arch
target: target/${{ matrix.target }}/release/
- name: Archive Release
uses: thedoctor0/zip-release@main
with:
Expand Down

0 comments on commit b683661

Please sign in to comment.