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 5018989 commit 05eeade
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wasm-v86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@ jobs:
uses: thedoctor0/zip-release@main
with:
type: "tar"
filename: ../../../v86.tar.gz
filename: ${{github.workspace}}/v86.${{ matrix.arch }}.tar.gz
directory: target
path: .
- name: echo File
run: |
echo "${{github.workspace}}/v86.${{ matrix.arch }}.tar.gz"
- name: upload artifact
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
files: |
v86.tar.gz
${{github.workspace}}/v86.${{ matrix.arch }}.tar.gz

0 comments on commit 05eeade

Please sign in to comment.