diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 03:02:30 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | af6cacf9d0f49579a9d2311db0cf9a2a302f5c62 (patch) | |
| tree | 89ff687457e3cacb0f19ee5cd6a1d10590462f36 /.github | |
| parent | 712a48cbacbc6fab22cba6db79432b9080ab61cc (diff) | |
Upload the right artifact
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 |
