Fix deploy log on osx

This commit is contained in:
Tal Regev 2022-07-12 04:32:33 +03:00
parent e45e8ba5a3
commit 0e16738304
No known key found for this signature in database
GPG Key ID: A421558E0F87AC82
1 changed files with 1 additions and 3 deletions

View File

@ -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() }}