Skip to content

Commit 0e84477

Browse files
authored
feat: celeritas upload artifact
1 parent 35669ea commit 0e84477

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/celeritas.yml

+5
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ jobs:
3535
xrdcp root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/CI/pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.hepmc .
3636
# run celeritas
3737
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

Comments
 (0)