Skip to content

Commit

Permalink
Merge pull request #69 from athenavm/fix-release
Browse files Browse the repository at this point in the history
Troubleshoot build
  • Loading branch information
lrettig authored Jul 25, 2024
2 parents eb0891a + 0e8598a commit beefe67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ jobs:
tar -czvf "cargo_athena_${VERSION_NAME}_${PLATFORM_NAME}_${ARCH}.tar.gz" -C ./target/${TARGET}/release cargo-athena
echo "file_name_1=cargo_athena_${VERSION_NAME}_${PLATFORM_NAME}_${ARCH}.tar.gz" >> $GITHUB_OUTPUT
tar -czvf "athena_vmlib_${VERSION_NAME}_${PLATFORM_NAME}_${ARCH}.tar.gz" \
-C ./target/${TARGET}/release libathena_vmlib.so \
-C ./ffi/athcon lib include \
--exclude='CMakeLists.txt'
-C $GITHUB_WORKSPACE/target/${TARGET}/release libathena_vmlib.so \
--exclude='CMakeLists.txt' \
-C $GITHUB_WORKSPACE/ffi/athcon lib include
echo "file_name_2=athena_vmlib_${VERSION_NAME}_${PLATFORM_NAME}_${ARCH}.tar.gz" >> $GITHUB_OUTPUT
elif [ "$PLATFORM_NAME" == "darwin" ]; then
# We need to use gtar here otherwise the archive is corrupt.
Expand Down

0 comments on commit beefe67

Please sign in to comment.