diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfcb995d..61e6e14a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: Attorney_Online - path: ${{github.workspace}}/build/Attorney_Online + path: ${{github.workspace}}/build/Release/Attorney_Online.exe # linux: # # The CMake configure and build commands are platform agnostic and should work equally |
