Skip to content

Commit 295065c

Browse files
authored
Update CI.yml
1 parent 2a56da9 commit 295065c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/CI.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ jobs:
3030
3131
- name: Create release
3232
if: github.ref == 'refs/heads/main'
33-
uses: mathieucarbou/marvinpinto-action-automatic-releases@latest
33+
uses: softprops/action-gh-release@v2
3434
with:
35-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
36-
automatic_release_tag: "latest"
35+
prerelease: true
36+
generate_release_notes: true
37+
tag_name: "latest"
3738
title: "Latest development build"
39+
body: "![dl](https://img.shields.io/github/downloads/israpps/system2x6-dongle-dumper/latest/total?style=for-the-badge&logo=github)"
3840
files: |
3941
DONGLE_DUMPER.ELF

0 commit comments

Comments
 (0)