mirror of https://github.com/BOINC/boinc.git
Merge pull request #4839 from talregev/TalR/remove_edgarrc_action-7z
[CI] Remove edgarrc/action-7z from ci
This commit is contained in:
commit
4e02993c7a
|
@ -92,9 +92,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: python ./deploy/prepare_deployment.py logs
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
|
@ -71,9 +71,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: python ./deploy/prepare_deployment.py logs
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
Loading…
Reference in New Issue