Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 2127ede

Browse files
committed
Only invoke attest-build-provenance once.
1 parent f02d37c commit 2127ede

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ jobs:
4141
- name: Attest packages
4242
uses: actions/[email protected]
4343
with:
44-
subject-path: out/pkg/dotnet/release/*.nupkg
45-
- name: Attest extensions
46-
uses: actions/[email protected]
47-
with:
48-
subject-path: out/pkg/vs*/*.vsix
44+
subject-path: |
45+
out/pkg/dotnet/release/*.nupkg
46+
out/pkg/vs*/*.vsix
4947
- name: Upload artifacts
5048
if: always()
5149
uses: actions/[email protected]

0 commit comments

Comments
 (0)