Skip to content

Commit

Permalink
Fix CI/CD workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
Liz Jeong authored and Liz Jeong committed Jul 19, 2024
1 parent 3a56335 commit 6282671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
make build-linux-with-shared-library
cd ./build
mkdir -p miniwasm_${VERSION}
ls -al
ls /go/pkg/mod/github.com
mv libwasmvm.so miniwasm_${VERSION}/libwasmvm.${ARCH_NAME}.so
mv minitiad miniwasm_${VERSION}/
tar -czvf miniwasm_${VERSION}_Linux_${ARCH_NAME}.tar.gz miniwasm_${VERSION}
Expand Down

0 comments on commit 6282671

Please sign in to comment.