From 64959ff7a1c19005828bc3f27ea70a10dad3d6cf Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:16:38 +0100 Subject: [PATCH] Recreate the development build, instead of updating the existing one with new files --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e07643d5..1029284d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,7 +249,12 @@ jobs: with: path: artifacts - - name: Upload builds to Releases + - name: Delete the existing pre-release + run: gh release delete "Development build" --cleanup-tag --yes --repo $GITHUB_REPOSITORY + env: + GITHUB_TOKEN: ${{github.token}} + + - name: Create a new dev build release uses: ncipollo/release-action@v1 with: allowUpdates: true