Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread authored Jan 17, 2024
1 parent 7f6ecd0 commit 38e023a
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 @@ -58,10 +58,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: spms-windows-debug.exe
path: build\bin\native\debugExecutable\spms.exe
path: build\bin\native\debugExecutable\spmp-server.exe

- name: Upload release binary
uses: actions/upload-artifact@v3
with:
name: spms-windows-release.exe
path: build\bin\native\releaseExecutable\spms.exe
path: build\bin\native\releaseExecutable\spmp-server.exe

0 comments on commit 38e023a

Please sign in to comment.