From a3768d92217885658463df4240532c0d26f17fff Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:27:56 -0800 Subject: [PATCH] [skip ci] actions: Add info/automate cache resetting --- .github/workflows/beta.yml | 1 + .github/workflows/nightly.yml | 3 +++ .github/workflows/stable.yml | 1 + 3 files changed, 5 insertions(+) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index ea11c4de..4487366b 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -69,6 +69,7 @@ jobs: prerelease: true files: SideStore.ipa body: | + Beta builds are hand-picked builds from development commits that will allow you to try out new features earlier than normal. However, **they might contain bugs and other issues. Use at your own risk!** ## Changelog diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e44d9bdc..2c8bc61f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -89,3 +89,6 @@ jobs: Built at (UTC date): `${{ steps.date_altstore.outputs.date }}` Commit SHA: `${{ github.sha }}` Version: `${{ steps.version.outputs.version }}` + + - name: Reset cache for apps.sidestore.io/nightly + run: sleep 10 && curl https://apps.sidestore.io/reset-cache/nightly/${{ secrets.SIDESOURCE_KEY }} diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 2ee72e04..5da10815 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -68,6 +68,7 @@ jobs: draft: true files: SideStore.ipa body: | + ## Changelog - TODO