Skip to content

Commit

Permalink
test: updated attest
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 May 3, 2024
1 parent 3af4e02 commit 33abb0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ jobs:

- name: Build PDF
working-directory: ./scripts/pdf
run: bash build-pdf.sh
run: |
bash build-pdf.sh
ls -la
- uses: actions/attest-build-provenance@v1
with:
subject-path: "*.pdf, *.zip, tldr.sha256sums"
subject-path: "${{ github.workspace }}/*"

- name: Deploy
run: bash scripts/deploy.sh
Expand Down

0 comments on commit 33abb0c

Please sign in to comment.