mirror of https://github.com/BOINC/boinc.git
Fix deploy log on osx
This commit is contained in:
parent
e45e8ba5a3
commit
0e16738304
|
@ -61,9 +61,7 @@ jobs:
|
|||
|
||||
- name: Prepare logs on failure
|
||||
if: ${{ failure() }}
|
||||
uses: edgarrc/action-7z@v1.0.4
|
||||
with:
|
||||
args: python ./deploy/prepare_deployment.py logs
|
||||
run: python3 ./deploy/prepare_deployment.py logs
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
Loading…
Reference in New Issue