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 31a8fa3 commit 335e06aCopy full SHA for 335e06a
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build
28
run: dotnet build src --configuration Release
29
- name: Upload packages
30
- uses: actions/upload-artifact@v4.3.6
+ uses: actions/upload-artifact@v4.4.0
31
with:
32
name: NuGet packages
33
path: nugets/
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
- name: Publish artifacts
34
35
36
name: nugets
37
path: nugets/*
0 commit comments