Skip to content

Commit

Permalink
feat: celeritas upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored and rahmans1 committed Dec 11, 2024
1 parent 8fc960e commit cb34596
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/celeritas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ jobs:
xrdcp root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/CI/pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.hepmc .
# run celeritas
celer-g4 ${{matrix.detector_config}}.json
- uses: actions/upload-artifact@v4
with:
name: celeritas_${{matrix.detector_config}}_pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json
path: "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json"
if-no-files-found: error

0 comments on commit cb34596

Please sign in to comment.