Skip to content

Commit

Permalink
fix: the upload to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Apr 18, 2024
1 parent 1648ede commit 0a33903
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wasi-v86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
use-cross: ${{ matrix.cross }}
command: build
args: --release --all-features --target ${{ matrix.target }}
args: --release --target ${{ matrix.target }}
- name: Remove File
uses: JesseTG/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasi-v86-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
use-cross: false
command: build
args: --release --all-features --target ${{ matrix.target }}
args: --release --target ${{ matrix.target }}
- name: Remove File
uses: JesseTG/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasi-v86-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
toolchain: stable
target: ${{ matrix.target }}
- run: cargo build --release --all-features --target ${{ matrix.target }}
- run: cargo build --release --target ${{ matrix.target }}
env:
TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: gcc-10-aarch64-linux-gnu
- name: Remove File
Expand Down

0 comments on commit 0a33903

Please sign in to comment.