mirror of https://github.com/BOINC/boinc.git
Merge pull request #4510 from talregev/TalR/remove_7zip_action
[CI] Remove 7zip action
This commit is contained in:
commit
16a48f739e
|
@ -73,9 +73,7 @@ jobs:
|
|||
|
||||
- name: Prepare logs on failure
|
||||
if: ${{ failure() }}
|
||||
uses: edgarrc/action-7z@v1.0.4
|
||||
with:
|
||||
args: 7z a -t7z -mx=9 deploy/logs.7z config.log android/BOINC/app/build/reports/ -r0 3rdParty/android/vcpkg/buildtrees/*.log
|
||||
run: 7z a -t7z -mx=9 deploy/logs.7z config.log android/BOINC/app/build/reports/ -r0 3rdParty/android/vcpkg/buildtrees/*.log
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
|
@ -110,9 +110,7 @@ jobs:
|
|||
|
||||
- name: Prepare logs on failure
|
||||
if: ${{ failure() }}
|
||||
uses: edgarrc/action-7z@v1.0.4
|
||||
with:
|
||||
args: 7z a -t7z -mx=9 deploy/logs.7z config.log -r0 3rdParty/linux/vcpkg/buildtrees/*.log
|
||||
run: 7z a -t7z -mx=9 deploy/logs.7z config.log -r0 3rdParty/linux/vcpkg/buildtrees/*.log
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
Loading…
Reference in New Issue