Recreate the development build, instead of updating the existing one with new files

This commit is contained in:
DevilXD
2024-11-11 21:16:38 +01:00
parent 3a9c069585
commit 64959ff7a1

View File

@@ -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