We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d71ccc commit b63c958Copy full SHA for b63c958
.github/workflows/ci.yaml
@@ -49,6 +49,7 @@ jobs:
49
ARTIFACTS_OSS_ROLE_ARN: ${{ secrets.ARTIFACTS_OSS_ROLE_ARN }}
50
- name: Upload build logs
51
uses: actions/upload-artifact@v4
52
+ if: ${{ failure() }}
53
with:
54
name: maven-build-logs
55
path: ${{ runner.temp }}/fluss-logs/*
0 commit comments