Skip to content

Commit

Permalink
Disable artifact upload for windows due to actions/upload-artifact#240
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Aug 13, 2022
1 parent 2eef7d1 commit b870545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
clean verify
- name: Upload Test Results
uses: actions/upload-artifact@v3
if: ${{ matrix.os != 'windows-latest'}} # currently disabled because of https://github.com/actions/upload-artifact/issues/240
with:
name: test-results-${{ matrix.os }}
if-no-files-found: error
Expand Down

0 comments on commit b870545

Please sign in to comment.