We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdf4e2 commit 775d47aCopy full SHA for 775d47a
2 files changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
run: dotnet build src --configuration Release
55
- name: Upload packages
56
if: runner.os == 'Windows'
57
- uses: actions/upload-artifact@v7.0.0
+ uses: actions/upload-artifact@v7.0.1
58
with:
59
name: NuGet packages
60
path: nugets/
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
32
certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
33
- name: Publish artifacts
34
35
36
name: nugets
37
path: nugets/*
0 commit comments