diff options
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 |
