Skip to content

Commit

Permalink
attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
jldeen committed Oct 10, 2024
1 parent dddc64a commit 38dfb41
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,20 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Attest release artifacts
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
with:
subject-path: "target/release/keylight-*"
- name: Checkout cli/cli
uses: actions/checkout@v4

- name: Merge built artifacts
uses: actions/download-artifact@v4

- name: test
run:
ls -la

# - name: Attest release artifacts
# uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
# with:
# subject-path: "target/release/keylight-*"

# publish:
# name: Publish Release
Expand Down

0 comments on commit 38dfb41

Please sign in to comment.