fixup! Build on Windows with github-actions.
This commit is contained in:
parent
aed5e39158
commit
8f434354a9
|
@ -52,9 +52,10 @@ jobs:
|
|||
env:
|
||||
SSH_KEY: ${{ runner.temp }}/id_rsa
|
||||
- name: Upload failure logs
|
||||
shell: bash
|
||||
if: failure()
|
||||
run: $GITHUB_WORKSPACE/.github/scripts/upload_failure_logs.sh
|
||||
run: python .github\\scripts\\upload_failure_logs.py
|
||||
env:
|
||||
SSH_KEY: ${{ runner.temp }}/id_rsa
|
||||
|
||||
Linux:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue