mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Only upload config logs if configure fails.
This commit is contained in:
parent
85ff2a564c
commit
de3866383b
2
.github/workflows/selfhosted.yml
vendored
2
.github/workflows/selfhosted.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: configure
|
- name: configure
|
||||||
run: vmrun ./.github/configure.sh ${{ matrix.configs }}
|
run: vmrun ./.github/configure.sh ${{ matrix.configs }}
|
||||||
- name: save config files
|
- name: save config files
|
||||||
if: always()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{ matrix.configs }}-config-files
|
name: ${{ matrix.os }}-${{ matrix.configs }}-config-files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user