Fix the workflow startup error maybe

This commit is contained in:
Skye Deving 2021-01-09 12:06:33 -06:00
parent 76e15de6e8
commit f84952d6ae

View File

@ -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