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 fdedbd0 commit 3f16c06Copy full SHA for 3f16c06
.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.3.3
+ uses: actions/attest-build-provenance@v1.4.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