Skip to content

Commit

Permalink
fix: update checksum path in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Jul 24, 2024
1 parent a75e1f5 commit 136632a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create "${{ github.ref_name }}" --generate-notes *.deb checksums.txt
run: gh release create "${{ github.ref_name }}" --generate-notes *.deb plymouth-theme-vanilla/checksums.txt

- name: Attest Release Files
id: attest
uses: actions/attest-build-provenance@v1
with:
subject-path: '*.deb, *.txt'
subject-path: '*.deb, plymouth-theme-vanilla/*.txt'

0 comments on commit 136632a

Please sign in to comment.