Skip to content

Commit

Permalink
fix/ci: update release asset path
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jul 24, 2024
1 parent 32984f7 commit 289090e
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 @@ -69,10 +69,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 vanilla-backgrounds/checksums.txt

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

0 comments on commit 289090e

Please sign in to comment.