Fix the workflow startup error maybe
This commit is contained in:
parent
76e15de6e8
commit
f84952d6ae
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -73,8 +73,7 @@ jobs:
|
|||||||
run: strip -s Attorney_Online
|
run: strip -s Attorney_Online
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
working-directory: ${{github.workspace}}/build
|
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Attorney_Online
|
name: Attorney_Online
|
||||||
path: Attorney_Online
|
path: ${{github.workspace}}/build/Attorney_Online
|
||||||
|
Loading…
Reference in New Issue
Block a user