diff --git a/.github/scripts/package-opus.sh b/.github/scripts/package-opus.sh index c334f93..76cbaa5 100644 --- a/.github/scripts/package-opus.sh +++ b/.github/scripts/package-opus.sh @@ -20,7 +20,7 @@ git fetch --tags # Export the latest tag OPUS_VERSION="$(git describe --tags $(git rev-list --tags --max-count=1))" -echo "version=$OPUS_VERSION" >> $GITHUB_OUTPUT +echo "version=$(echo $OPUS_VERSION | perl -pe '($_)=/([0-9]+([.][0-9]+)+)/')" >> $GITHUB_OUTPUT # Checkout the latest tag git checkout "$OPUS_VERSION" diff --git a/libs/libopus/linux-x64/native/libopus.so b/libs/libopus/linux-x64/native/libopus.so deleted file mode 100755 index 0049ff0..0000000 Binary files a/libs/libopus/linux-x64/native/libopus.so and /dev/null differ