Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viordash authored Feb 21, 2024
1 parent cdd2b3b commit b6597b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: AudioRezkaApp-win64_sc
path: ./out/win64_sfsc/
path: ./out/win64_sc/
retention-days: 90

- name: Deploy Win64 single file
uses: actions/upload-artifact@v4
with:
name: AudioRezkaApp-win64_sf
path: ./out/win64_sfsc/
path: ./out/win64_sf/
retention-days: 90

0 comments on commit b6597b1

Please sign in to comment.