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 e51e90e commit a75bf63Copy full SHA for a75bf63
.github/workflows/web-app.yml
@@ -32,7 +32,7 @@ jobs:
32
run: dotnet publish ./BlazorBootstrap.Demo.Server/BlazorBootstrap.Demo.Server.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp
33
34
- name: Upload artifact for deployment job
35
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
36
with:
37
name: .net-app
38
path: ${{env.DOTNET_ROOT}}/myapp
0 commit comments