Skip to content

Commit

Permalink
fix/ci: remove checksums path from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Jul 25, 2024
1 parent c74e7bc commit 87eec41
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 @@ -66,10 +66,10 @@ jobs:
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create "${{ github.ref_name }}" --generate-notes *.deb first-setup/checksums.txt
run: gh release create "${{ github.ref_name }}" --generate-notes *.deb checksums.txt

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

0 comments on commit 87eec41

Please sign in to comment.