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 590bc09 commit fa3e2d1Copy full SHA for fa3e2d1
2 files changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build
30
run: msbuild src -p:Configuration=Release -restore -m
31
- name: Upload assets
32
- uses: actions/upload-artifact@v6.0.0
+ uses: actions/upload-artifact@v7.0.0
33
with:
34
name: assets
35
path: src/ServiceInsight/bin/Release/
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
AZURE_KEY_VAULT_CLIENT_SECRET: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
51
run: dotnet build src/Setup --configuration Release
52
- name: Publish artifacts
53
54
55
56
path: assets/*
0 commit comments