diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e309aa..70861f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,9 @@ jobs: known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: replace + - name: Update apt cache + run: apt update -y + - name: Build Package run: ./main.sh diff --git a/debian/changelog b/debian/changelog index 63ff524..3977c92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -gamescope (3.12.0-beta3-99pika1.lunar) lunar; urgency=medium +gamescope (3.12.0-beta10-99pika1.lunar) lunar; urgency=medium - * Fix File duplication + * New upstream release -- Ward Nakchbandi Sat, 15 Oct 2022 18:58:00 +0300 diff --git a/main.sh b/main.sh index f185278..4439dec 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # Clone Upstream -git clone https://github.com/Plagman/gamescope -b 3.12.0-beta3 +git clone https://github.com/Plagman/gamescope -b 3.12.0-beta10 cp -rvf ./debian ./gamescope cd ./gamescope @@ -7,8 +7,8 @@ cd ./gamescope apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.0-beta3 -dpkg-buildpackage +LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.0-beta10 +dpkg-buildpackage --no-sign # Move the debs to output cd ../