Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 16, 2024
1 parent b8bcde4 commit a097088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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)
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
2 changes: 1 addition & 1 deletion .github/scripts/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ eval "$(opam config env)"
OCAMLPATH="$(cat ../.ocamlpath)"
export OCAMLPATH

LIQ_VERSION=$(opam show -f version ./liquidsoap.opam | cut -d'-' -f 1)
LIQ_VERSION=$(opam show -f version ./liquidsoap.opam | cut -d'-' -f 1)-rc2
LIQ_TAG=$(echo "${DOCKER_TAG}" | sed -e 's#_#-#g')

if [ -n "${IS_ROLLING_RELEASE}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/build-win32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IS_RELEASE="$5"
GITHUB_SHA="$6"

OPAM_PREFIX="$(opam var prefix)"
VERSION="$(opam show -f version ./liquidsoap.opam | cut -d'-' -f 1)"
VERSION="$(opam show -f version ./liquidsoap.opam | cut -d'-' -f 1)-rc2"
PWD="$(dirname "$0")"
BASE_DIR="$(cd "${PWD}/../.." && pwd)"
COMMIT_SHORT="$(echo "${GITHUB_SHA}" | cut -c-7)"
Expand Down

0 comments on commit a097088

Please sign in to comment.