Skip to content

Commit

Permalink
Fix target folder 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Sep 25, 2024
1 parent 0a61706 commit a459e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wavpack-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "LIB_FOLDER_NAME=$LIB_FOLDER_NAME" >> $GITHUB_ENV
WAVPACK_NUMCODECS_LIB_PATH="src/wavpack_numcodecs/libraries/$LIB_FOLDER_NAME"
# find compiled library
LIBWAVPACK_PATH="$(find $TARGET_FOLDER/WavPack/src/.libs -type f | grep libwavpack.so)"
LIBWAVPACK_PATH="$(find $TARGET_FOLDER/wavpack-$WAVPACK_LATEST_VERSION/src/.libs -type f | grep libwavpack.so)"
mv $LIBWAVPACK_PATH $WAVPACK_NUMCODECS_LIB_PATH/libwavpack.so
rm -r $TARGET_FOLDER
- name: Install wavpack numcodecs
Expand Down

0 comments on commit a459e32

Please sign in to comment.