We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eff916 commit 82c413eCopy full SHA for 82c413e
.github/workflows/package.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
./cake upload-core-github
39
- name: Attest packages
40
- uses: actions/attest-build-provenance@v1.4.4
+ uses: actions/attest-build-provenance@v2.0.0
41
with:
42
subject-path: out/pkg/debug/*.nupkg
43
- name: Upload artifacts
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
./cake upload-core-nuget -c Release
subject-path: out/pkg/release/*.nupkg
0 commit comments