diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46b480c..9535c02 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/pika-desktop/debian/changelog b/pika-desktop/debian/changelog index 08f6c5f..8f7165d 100644 --- a/pika-desktop/debian/changelog +++ b/pika-desktop/debian/changelog @@ -1,3 +1,9 @@ +pika-desktop (3.6.0) lunar; urgency=medium + + * Add pika-theme + + -- Ward Nakchbandi Thu, 12 Jan 2023 16:48:00 +0300 + pika-desktop (3.6.0) kinetic; urgency=medium * Add pika-theme diff --git a/release.sh b/release.sh index 87a77fe..e0d51bb 100755 --- a/release.sh +++ b/release.sh @@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-gnome-desktop*.deb rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo # Remove our existing package from the repo -reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% pika-gnome-desktop*)' +reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-gnome-desktop*)' # Add the new package to the repo -reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-gnome-desktop*.deb +reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-gnome-desktop*.deb # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/