diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 0cfbf08..00750ed 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -2 +3 diff --git a/main.sh b/main.sh index 96c7429..f39eb50 100755 --- a/main.sh +++ b/main.sh @@ -14,7 +14,7 @@ cp -rvf ./debian ./papirus-colors/ cd ./papirus-colors/ # Get build deps -LOGNAME=root dh_make --createorig -y -l papirus-colors_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p papirus-colors_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package