Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrikikicp2 authored Oct 14, 2024
1 parent b1c5d10 commit 2978747
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 @@ -96,11 +96,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Binaries 1
path: SymX\bin\Debug\net6.0-windows\
path: SymX\bin\Debug\net6.0\
compression-level: 9
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: Binaries 2
path: SymXUI\bin\Release\net6.0-windows\
path: SymXUI\bin\Debug\net6.0\
compression-level: 9

0 comments on commit 2978747

Please sign in to comment.