diff --git a/.github/workflows/linux-eic-shell.yml b/.github/workflows/linux-eic-shell.yml index 23748c37f80de9f1dd8700a059354017de17902b..94027cccecc26d37094ef1a52eb45b5e30f399ca 100644 --- a/.github/workflows/linux-eic-shell.yml +++ b/.github/workflows/linux-eic-shell.yml @@ -116,7 +116,7 @@ jobs: run: | mkdir -p doc npdet_info dump ${DETECTOR_PATH}/ecce.xml | grep -v '^\s' | grep '=' | cut -d= -f1-2 | tee doc/constants.toml - python bin/make_detector_parameter_table + python bin/make_detector_parameter_table | tee doc/DetectorParameterTable.csv - uses: actions/upload-artifact@v3 with: name: constants.toml