Skip to content

Commit

Permalink
Add step names for attestation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed May 6, 2024
1 parent b3680e8 commit 39b0916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Run Cake
run: |
./cake upload-core-github
- uses: actions/[email protected]
- name: Attest packages
uses: actions/[email protected]
with:
subject-path: out/pkg/debug/*.nupkg
- name: Upload artifacts
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Run Cake
run: |
./cake upload-core-nuget -c Release
- uses: actions/[email protected]
- name: Attest packages
uses: actions/[email protected]
with:
subject-path: out/pkg/release/*.nupkg
- name: Upload artifacts
Expand Down

0 comments on commit 39b0916

Please sign in to comment.