Commit bc5731c 1 parent ebd6f55 commit bc5731c Copy full SHA for bc5731c
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -220,9 +220,11 @@ jobs:
220
220
env :
221
221
# TODO: Can we put both envs above in a $GITHUB_ENV file instead?
222
222
SPACK_ENV_PATH : ${{ steps.path.outputs.spack }}/../environments/${{ inputs.env-name }}
223
+ # Copy both the spack.* files and the build-db-pkgs.json file to the artifact
223
224
run : |
224
225
rsync -e 'ssh -i ${{ steps.ssh.outputs.private-key-path }}' \
225
- '${{ secrets.USER}}@${{ secrets.HOST_DATA }}:${{ env.SPACK_ENV_PATH }}/spack.*' \
226
+ '${{ secrets.USER }}@${{ secrets.HOST_DATA }}:${{ env.SPACK_ENV_PATH }}/spack.*' \
227
+ '${{ secrets.USER }}@${{ secrets.HOST_DATA }}:${{ env.SPACK_ENV_PATH }}/build-db-pkgs.json' \
226
228
./${{ env.ARTIFACT_NAME }}
227
229
228
230
# Rename the files to include the deployment environment
You can’t perform that action at this time.
0 commit comments