Skip to content
Snippets Groups Projects
Commit 991b2521 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: write actual detector parameter table csv file

parent b9a6fc76
No related branches found
No related tags found
1 merge request!51New github workflows: convert geometry etc, artifacts
...@@ -116,7 +116,7 @@ jobs: ...@@ -116,7 +116,7 @@ jobs:
run: | run: |
mkdir -p doc mkdir -p doc
npdet_info dump ${DETECTOR_PATH}/ecce.xml | grep -v '^\s' | grep '=' | cut -d= -f1-2 | tee doc/constants.toml 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 - uses: actions/upload-artifact@v3
with: with:
name: constants.toml name: constants.toml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment