Add cache purge to release
This commit is contained in:
parent
9a1fedf482
commit
91ea2c1dfb
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -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
6
debian/changelog
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user