Skip to content

Commit

Permalink
Correct copy command
Browse files Browse the repository at this point in the history
Changed the way copy is called in windows workflow
  • Loading branch information
Codinablack authored Dec 25, 2024
1 parent e939353 commit a2c7307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
run: |
cd D:\a\BlackTek-Server\BlackTek-Server
msbuild Black-Tek-Server.sln /p:Configuration=Release
copy /Y Black-Tek-Server.exe BlackTek-Server-Release.exe
cmd /c copy Black-Tek-Server.exe BlackTek-Server-Release.exe
- name: Compile Debug
run: |
cd D:\a\BlackTek-Server\BlackTek-Server
msbuild Black-Tek-Server.sln /p:Configuration=Debug
copy /Y Black-Tek-Server.exe BlackTek-Server-Debug.exe
cmd copy Black-Tek-Server.exe BlackTek-Server-Debug.exe
del Black-Tek-Server.exe
- name: Create Edge Build Release
Expand Down

0 comments on commit a2c7307

Please sign in to comment.