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 3cf3444 commit fa8c69fCopy full SHA for fa8c69f
.github/workflows/atfe_nightly_build_and_test.yml
@@ -76,13 +76,11 @@ jobs:
76
if: always()
77
with:
78
name: test-results-${{ matrix.build_script }}
79
- path: |
80
- build/**/*results.xml
81
- build/**/*.junit.xml
+ path: build/**/*.junit.xml
82
83
- name: Upload built packages
84
uses: actions/upload-artifact@v4
85
if: success()
86
87
name: ATfE-packages-${{ matrix.build_script }}
88
- path: build/ATfE-*.tar.xz
+ path: build*/ATfE-*.tar.xz
0 commit comments