diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index aa2c61c872..9635fb5ea0 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -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() }} diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 870c027399..feabec2861 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -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() }}