diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cf8ce8..fa9a600 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: self-hosted container: - image: ubuntu:22.10 + image: ubuntu:23.04 volumes: - /proc:/proc options: --privileged -it diff --git a/debian/changelog b/debian/changelog index 589565e..087eb9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +corectrl (1.4.0-git~99pika2.lunar) lunar; urgency=medium + + * First Push + + -- Ward Nakchbandi Fri, 09 Oct 2022 21:38:00 +0300 + corectrl (1.4.0-git~99pika1) kinetic; urgency=medium * First Push diff --git a/release.sh b/release.sh index ce9e316..98eac6c 100755 --- a/release.sh +++ b/release.sh @@ -5,7 +5,7 @@ dpkg-sig --sign builder ./output/*.deb rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo # Add the new package to the repo -reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/*.deb +reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/