Skip to content

Commit

Permalink
fix: publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Konopelko committed Sep 17, 2024
1 parent c3092ab commit 7d24645
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 @@ -14,7 +14,7 @@ jobs:
env:
Solution_Name: Source\StaX.sln
Configuration: Release
Wap_Project_Directory: Build
Wap_Project_Directory: Publish
Wap_Project_Path: Source\StaX.Desktop\StaX.Desktop.csproj

steps:
Expand All @@ -29,7 +29,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Publish the application
run: dotnet publish $env:Wap_Project_Path -p:PublishSingleFile=True --no-self-contained False -c $env.Configuration -r win-x64
run: dotnet publish $env.Wap_Project_Path -p:PublishSingleFile=True --no-self-contained=False -c $env.Configuration -o $env.Wap_Project_Directory

- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7d24645

Please sign in to comment.