Skip to content

Commit

Permalink
fix name, build all boost libs
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken committed Jul 22, 2021
1 parent 4ada268 commit 3e71b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,13 @@ jobs:
run: |
cp ../pack_all.sh .
./pack_all.sh
for var in artifact/thirdparty*.tar.gz; do mv "$var" "${var%.tar.gz}-mac.tar.gz"; done
for var in artifact/thirdparty*.tar.gz; do mv "$var" "${var%.tar.gz}-darwin.tar.gz"; done
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
linux/artifact/third*.tar.gz
mac/artifact/thirdparty*-mac.tar.gz
mac/artifact/thirdparty*-darwin.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pack_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ "${ARCH}" == "Mac" ]]; then
else
./bootstrap.sh
fi
./b2 link=static cxxflags=-fPIC cflags=-fPIC release install --prefix="$DEPS_PREFIX" --with-regex --with-filesystem --with-date_time
./b2 link=static cxxflags=-fPIC cflags=-fPIC release install --prefix="$DEPS_PREFIX"

popd

Expand Down

0 comments on commit 3e71b6c

Please sign in to comment.