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 2a2b25f commit 7ac2765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasi-v86-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: target/${{ matrix.target }}/release/deps
- name: move Archive
run: |
rm -rf target/${{ matrix.target }}/release/*.d
rm target/${{ matrix.target }}/release/*.d
cp -r term/ target/${{ matrix.target }}/release
cp -r arch/ target/${{ matrix.target }}/release
- name: Archive Release
Expand Down

0 comments on commit 7ac2765

Please sign in to comment.