Add cache purge to release

This commit is contained in:
ferrreo 2023-06-23 13:47:47 +01:00
parent 9a1fedf482
commit 91ea2c1dfb
2 changed files with 15 additions and 0 deletions

View File

@ -35,3 +35,12 @@ jobs:
- name: Release Package
run: ./release.sh
- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@master
env:
# Zone is required by both authentication methods
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
PURGE_URLS: '["https://ppa.pika-os.com/dists/lunar/InRelease", "https://ppa.pika-os.com/dists/lunar/main/binary-i386/Packages.gz", "https://ppa.pika-os.com/dists/lunar/main/binary-amd64/Packages.gz", "https://ppa.pikaos.com/dists/lunar/pika-sources.deb", "https://ppa.pika-os.com/dists/kinetic/main/source/Sources.gz" ]'

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lutris (0.5.13-99pika2) lunar; urgency=medium
* Cache checking
-- ferrreo <harderthanfire@gmail.com> Fri, 23 June 2023 13:15:40 -0800
lutris (0.5.13-99pika1) lunar; urgency=medium
* Pika lunar build