Skip to content

Commit

Permalink
fix: the archive copy issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Apr 19, 2024
1 parent 01292bc commit b797252
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasi-v86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
- name: move Archive
run: |
echo "test"
cp -r term target/release
cp -r arch target/release
cp -r term target/${{ matrix.target }}/release
cp -r arch target/${{ matrix.target }}/release
- name: Archive Release
uses: thedoctor0/zip-release@main
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasi-v86-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: move Archive
run: |
echo "test"
cp -r term target/release
cp -r arch target/release
cp -r term target/${{ matrix.target }}/release
cp -r arch target/${{ matrix.target }}/release
- name: Archive Release
uses: thedoctor0/zip-release@main
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasi-v86-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: move Archive
run: |
echo "test"
cp -r term/ target/release
cp -r arch/ target/release
cp -r term/ target/${{ matrix.target }}/release
cp -r arch/ target/${{ matrix.target }}/release
- name: Archive Release
uses: thedoctor0/zip-release@main
with:
Expand Down

0 comments on commit b797252

Please sign in to comment.