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 3cbcda0 commit cdd2b3b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,23 @@ jobs:
run: |
dotnet publish "./AudioRezkaApp\AudioRezkaApp/AudioRezkaApp.csproj" -c PublishRelease -r win-x64 -f net8.0-windows -p:PublishSingleFile=true --self-contained false -o "./out/win64_sf" -p:DebugType=None
- name: Deploy Win64 single file & self-contained
uses: actions/upload-artifact@v4
with:
name: AudioRezkaApp-win64_sfsc
path: ./out/win64_sfsc/
retention-days: 90

- name: Deploy Win64 self-contained
uses: actions/upload-artifact@v4
with:
name: AudioRezkaApp-win64_sc
path: ./out/win64_sfsc/
retention-days: 90

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

0 comments on commit cdd2b3b

Please sign in to comment.