Skip to content

Commit

Permalink
include VERSION in ldmx-sw package for PR validation
Browse files Browse the repository at this point in the history
the VERSION file is shipped with the gold that it originates from so that we can deduce a label for the reference histograms in the plots.
  • Loading branch information
tomeichlersmith authored Jan 31, 2025
1 parent 5d9db0f commit b3d71be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
shell: bash

- name: Package ldmx-sw Into Artifact
run: tar cf ldmx-sw-package.tar install/ .github/
run: tar cf ldmx-sw-package.tar install/ .github/ VERSION

- name: Upload ldmx-sw Package
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b3d71be

Please sign in to comment.