From 1871a43dc83e6fff4b1a7f2d8b2ffc2aeaca3b3e Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Wed, 27 Jan 2021 17:25:29 -0600 Subject: [PATCH] Upload the release folder --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6797601..6d3d1e1 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