diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 03:07:16 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 353ed0746444f0b2bfb1f9d853ca479778c37072 (patch) | |
| tree | db61598464be1f40e95e662676da116a65013bf2 /.github/workflows/build.yml | |
| parent | af6cacf9d0f49579a9d2311db0cf9a2a302f5c62 (diff) | |
Rename to zip since artifact is a zip
Diffstat (limited to '.github/workflows/build.yml')
| -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 61e6e14a..45b020a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v2 with: - name: Attorney_Online + name: Attorney_Online.zip path: ${{github.workspace}}/build/Release/Attorney_Online.exe # linux: |
