Skip to content

Commit

Permalink
Upload tests result artifacts on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <[email protected]>
  • Loading branch information
tvallin committed Jan 16, 2025
1 parent f54b019 commit d445e72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/common/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ runs:
run: ${{ inputs.run }}
shell: bash
- name: Archive test results
# https://github.com/actions/upload-artifact/issues/240
if: ${{ inputs.test-artifact-name != '' && runner.os != 'Windows' && always() }}
if: ${{ inputs.test-artifact-name != '' && always() }}
uses: actions/upload-artifact@v4
with:
if-no-files-found: 'ignore'
Expand Down

0 comments on commit d445e72

Please sign in to comment.