Skip to content

Commit b00ef0a

Browse files
committed
Update release workflow to use commit-specific tags
1 parent 5805b23 commit b00ef0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)