Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 16, 2024
1 parent a097088 commit e5357d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ APK_RELEASE=0

cd /tmp/liquidsoap-full/liquidsoap

APK_VERSION=$(opam show -f version ./liquidsoap.opam | cut -d'-' -f 1)-rc2
APK_VERSION=$(opam show -f version ./liquidsoap.opam | cut -d'-' -f 1)_rc2
COMMIT_SHORT=$(echo "${GITHUB_SHA}" | cut -c-7)

export LIQUIDSOAP_BUILD_TARGET=posix
Expand Down

0 comments on commit e5357d5

Please sign in to comment.