Skip to content

Commit

Permalink
Recreate the development build, instead of updating the existing one …
Browse files Browse the repository at this point in the history
…with new files
  • Loading branch information
DevilXD committed Nov 11, 2024
1 parent 3a9c069 commit 64959ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64959ff

Please sign in to comment.