Skip to content

Commit

Permalink
fix: the archive issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Apr 19, 2024
1 parent 2da9ad8 commit 49d6c25
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/wasm-v86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,19 @@ jobs:
filename: ../../../v86.tar.gz
directory: target
path: .
- name: upload artifact
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/upload-artifact@v4
with:
files: |
v86.tar.gz
name: v86.tar.gz
path: |
target/release
!target/release/build
!target/release/deps
!target/release/examples
!target/release/incremental
# - name: upload artifact
# uses: softprops/action-gh-release@v2
# env:
# GITHUB_TOKEN: ${{ github.token }}
# with:
# files: |
# v86.tar.gz

0 comments on commit 49d6c25

Please sign in to comment.