diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 17:25:29 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 1871a43dc83e6fff4b1a7f2d8b2ffc2aeaca3b3e (patch) | |
| tree | c15c59d27e2e3fcd711b49e049e8d6a5faeb24b3 /.github | |
| parent | 232a299612856764df9065a857758e95641def8e (diff) | |
Upload the release folder
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67976013..6d3d1e1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,8 +76,8 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v2 with: - name: Attorney_Online.zip - path: ${{github.workspace}}/build/Release/Attorney_Online.exe + name: Attorney_Online-x64.zip + path: ${{github.workspace}}/build/Release/ # linux: # # The CMake configure and build commands are platform agnostic and should work equally |
