We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db2ed0 commit 1e8dc55Copy full SHA for 1e8dc55
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: dotnet build src --configuration Release
42
- name: Upload packages
43
if: matrix.name == 'Windows'
44
- uses: actions/upload-artifact@v4.4.3
+ uses: actions/upload-artifact@v4.6.2
45
with:
46
name: NuGet packages
47
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