Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
sdsnatcher73 authored Jan 16, 2024
1 parent d36f857 commit 0bc80c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:

# Publish the application
- name: Publish the applications
run: dotnet piblish $env:Solution_Name -c $env:Configuration -o $temp/publish
run: dotnet publish $env:Solution_Name -c $env:Configuration -o $temp/publish
env:
Configuration: ${{ matrix.configuration }}

0 comments on commit 0bc80c5

Please sign in to comment.