Skip to content

Commit

Permalink
Fix target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Sep 25, 2024
1 parent 1627e78 commit a5543ba
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 @@ -26,7 +26,7 @@ jobs:
run: |
WAVPACK_LATEST_VERSION="$(cat ./.github/wavpack_latest_version.txt)"
echo "wavpack latest version: $WAVPACK_LATEST_VERSION"
TARGET_FOLDER="./wavpack_src"
TARGET_FOLDER="$(pwd)/wavpack_src"
chmod +x ./.github/scripts/install-wavpack-linux.sh
./.github/scripts/install-wavpack-linux.sh $WAVPACK_LATEST_VERSION $TARGET_FOLDER
Expand Down

0 comments on commit a5543ba

Please sign in to comment.