From 91ea2c1dfbd44607fcb5f4da576a26f3ef3cf777 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Fri, 23 Jun 2023 13:47:47 +0100 Subject: [PATCH] Add cache purge to release --- .github/workflows/release.yml | 9 +++++++++ debian/changelog | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 326aeb2..b9455c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" ]' diff --git a/debian/changelog b/debian/changelog index d5526cc..c9b2da5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lutris (0.5.13-99pika2) lunar; urgency=medium + + * Cache checking + + -- ferrreo Fri, 23 June 2023 13:15:40 -0800 + lutris (0.5.13-99pika1) lunar; urgency=medium * Pika lunar build