Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorystewart authored Jul 16, 2024
1 parent ee7652a commit ef663dd
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 @@ -35,9 +35,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: trashman-win-x64.exe
path: .\out\net8.0\win-x64\publish\trashman.exe
path: .\Trashman\out\net8.0\win-x64\publish\trashman.exe
- name: Upload win-x64-selfcontained artifact
uses: actions/upload-artifact@v4
with:
name: trashman-win-x64-selfcontained.exe
path: .\out\net8.0\win-x64-selfcontained\publish\trashman.exe
path: .\Trashman\out\net8.0\win-x64-selfcontained\publish\trashman.exe

0 comments on commit ef663dd

Please sign in to comment.