Skip to content

Commit

Permalink
Only look for linux-x64 test files when creating test files archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Nov 15, 2024
1 parent 75a6ede commit ba47c55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ runs:
if: startsWith(matrix.platform, 'linux') && matrix.config == 'devel'
run: |
set -x
shopt -s globstar
cd src
tar cvf - out/**/*tests out/**/*.so | xz -T0 -1 -z - > test_artifacts.tar.xz
tar cvf - out/linux-x64x11_devel/*tests out/linux-x64x11_devel/*.so out/linux-x64x11_devel/starboard/*tests out/linux-x64x11_devel/starboard/*.so | xz -T0 -1 -z - > test_artifacts.tar.xz
shell: bash
- name: Upload Test artifacts
if: startsWith(matrix.platform, 'linux') && matrix.config == 'devel'
Expand Down

0 comments on commit ba47c55

Please sign in to comment.