We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bc125 commit 89a0bf1Copy full SHA for 89a0bf1
.github/workflows/celeritas.yml
@@ -35,3 +35,8 @@ jobs:
35
xrdcp root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/CI/pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.hepmc .
36
# run celeritas
37
celer-g4 ${{matrix.detector_config}}.json
38
+ - uses: actions/upload-artifact@v4
39
+ with:
40
+ name: celeritas_${{matrix.detector_config}}_pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json
41
+ path: "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json"
42
+ if-no-files-found: error
0 commit comments