revert the file names and the upload action step

This commit is contained in:
Trung Nguyen
2024-10-08 10:55:40 -05:00
parent 0e3a6a7190
commit 63649979e3

View File

@ -75,12 +75,14 @@ jobs:
--lmp-bin=build/lmp \
--config-file=tools/regression-tests/config_kokkos_openmp.yaml \
--example-folders="examples/colloid;examples/melt;examples/micelle;examples/threebody" \
--output-file=output_kokkos.xml --progress-file=progress_kokkos.yaml --log-file=run_kokkos.log \
--output-file=output.xml --progress-file=progress.yaml --log-file=run.log \
--verbose
tar -cvf kokkos-regression-test.tar run.log progress.yaml output.xml
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: kokkos-regression-test-artifact
path: *_kokkos.*
path: kokkos-regression-test.tar