File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,19 +61,19 @@ jobs:
6161 path : artifacts
6262 merge-multiple : true
6363
64- - name : Create or Update Release
64+ - name : Create Release
6565 uses : softprops/action-gh-release@v2
6666 with :
67- tag_name : latest
68- name : Latest Build
67+ tag_name : build-${{ github.sha }}
68+ name : Build ${{ github.sha }}
6969 files : |
7070 artifacts/hardwaretoggle-x86_64.flatpak
7171 artifacts/hardwaretoggle-aarch64.flatpak
7272 draft : false
7373 prerelease : false
7474 generate_release_notes : true
7575 body : |
76- Latest automated build from commit ${{ github.sha }}
76+ Automated build from commit ${{ github.sha }}
7777
7878 Download the appropriate flatpak for your architecture:
7979 - `hardwaretoggle-x86_64.flatpak` for Intel/AMD (64-bit)
You can’t perform that action at this time.
0 commit comments