Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsnatcher73 authored Jan 16, 2024
1 parent bbd74d3 commit 88fc14b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

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

Expand All @@ -49,5 +49,5 @@ jobs:
uses: actions/[email protected]
with:
name: prepare_msxpico_roms_windows
path: $temp\publish\*.*
path: publsh

0 comments on commit 88fc14b

Please sign in to comment.