Skip to content

Commit

Permalink
pipeline artifacts version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Oct 21, 2024
1 parent e51e90e commit a75bf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet publish ./BlazorBootstrap.Demo.Server/BlazorBootstrap.Demo.Server.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: .net-app
path: ${{env.DOTNET_ROOT}}/myapp
Expand Down

0 comments on commit a75bf63

Please sign in to comment.