diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-09 12:06:33 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | f84952d6ae95e52b40b61a271ab259c4b9df8a9e (patch) | |
| tree | c0db228164f3e8e01733dd7e33b115cdfa935609 /.github | |
| parent | 76e15de6e882a1dcb67271e4f1c3f8db751d9c7e (diff) | |
Fix the workflow startup error maybe
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82eaad68..a5832041 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,8 +73,7 @@ jobs: run: strip -s Attorney_Online - name: Upload Artifact - working-directory: ${{github.workspace}}/build uses: actions/upload-artifact@v2 with: name: Attorney_Online - path: Attorney_Online + path: ${{github.workspace}}/build/Attorney_Online |
