diff --git a/.github/release-canary-v3 b/.github/release-canary-v3 index 0cfbf08..00750ed 100644 --- a/.github/release-canary-v3 +++ b/.github/release-canary-v3 @@ -1 +1 @@ -2 +3 diff --git a/main.sh b/main.sh index a4ae003..5a77d68 100755 --- a/main.sh +++ b/main.sh @@ -9,7 +9,7 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/nwg-piotr/nwg-displays.git -b "$VERSION" +git clone --recurse-submodules https://github.com/nwg-piotr/nwg-displays.git -b v"$VERSION" cp -rvf ./debian ./nwg-displays/ cd ./nwg-displays