Skip to content

Commit

Permalink
new upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
michielpost committed Sep 5, 2024
1 parent 0c0bd56 commit fc2a7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_huelightdj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet publish HueLightDJ.BlazorWeb/Server -c Release -o ${{env.DOTNET_ROOT}}/myapp

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

0 comments on commit fc2a7cd

Please sign in to comment.