Skip to content

Commit fa8c69f

Browse files
Fix build path for overlay builds (#316)
- The overlay build packages were not found with the previous wildcard pattern - Remove unused path for test results
1 parent 3cf3444 commit fa8c69f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/atfe_nightly_build_and_test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@ jobs:
7676
if: always()
7777
with:
7878
name: test-results-${{ matrix.build_script }}
79-
path: |
80-
build/**/*results.xml
81-
build/**/*.junit.xml
79+
path: build/**/*.junit.xml
8280

8381
- name: Upload built packages
8482
uses: actions/upload-artifact@v4
8583
if: success()
8684
with:
8785
name: ATfE-packages-${{ matrix.build_script }}
88-
path: build/ATfE-*.tar.xz
86+
path: build*/ATfE-*.tar.xz

0 commit comments

Comments
 (0)