Skip to content

Commit

Permalink
Merge pull request #34 from blocklessnetwork/feature/ci
Browse files Browse the repository at this point in the history
fix: the upload to release.
  • Loading branch information
Joinhack authored Apr 18, 2024
2 parents 71e3681 + b507dc8 commit 561f63c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
with:
command: build
args: --release
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-v86-wasi
path: |
target/release
term/
!target/release/build
!target/release/deps
!target/release/examples
Expand Down

0 comments on commit 561f63c

Please sign in to comment.