diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 17:30:48 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 56f8d1505cc0db3179640321aaf77b9fc715e10e (patch) | |
| tree | 288087180e0696523ab69dde24f3c4a989e62521 | |
| parent | 1871a43dc83e6fff4b1a7f2d8b2ffc2aeaca3b3e (diff) | |
Remove unnecessary .zip extension to the name
| -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 6d3d1e1a..1ed769e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v2 with: - name: Attorney_Online-x64.zip + name: Attorney_Online-x64 path: ${{github.workspace}}/build/Release/ # linux: |
