Skip to content

Commit

Permalink
Correctly extract version
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Jul 7, 2024
1 parent db3855e commit 8a87537
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/package-opus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file removed libs/libopus/linux-x64/native/libopus.so
Binary file not shown.

0 comments on commit 8a87537

Please sign in to comment.