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 9, 2024
1 parent 2daadaa commit 0af17c1
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 @@ -27,9 +27,9 @@ jobs:
- name: restore
run: dotnet restore
- name: Build Single-File Release
run: MSBuild.exe .\Trashman\trashman.csproj @.\build\win-x64-singlefile.rsp
run: MSBuild.exe .\Trashman\trashman.csproj @build\win-x64-singlefile.rsp
- name: Build Single-File Self-Contained
run: MSBuild.exe .\Trashman\trashman.csproj @.\build\win-x64-singlefile-selfcontained.rsp
run: MSBuild.exe .\Trashman\trashman.csproj @build\win-x64-singlefile-selfcontained.rsp
- name: Upload win-x64 artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0af17c1

Please sign in to comment.