Skip to content

Commit

Permalink
exclude windows upload
Browse files Browse the repository at this point in the history
  • Loading branch information
icemachined committed Oct 31, 2023
1 parent eb64ed8 commit 7caa0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build
-x detekt
- name: Upload gradle reports
if: ${{ always() }}
if: ${{ runner.os != 'Windows' }}
uses: actions/upload-artifact@v3
with:
name: gradle-reports-${{ matrix.os }}
Expand Down

0 comments on commit 7caa0e6

Please sign in to comment.