We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f4c42 commit 0028c18Copy full SHA for 0028c18
.travis.yml
@@ -17,13 +17,15 @@ script:
17
- lammps -in lammps/in.melt
18
- python script/calc_scattering.py
19
- python script/export_first_frame.py xpcs00512.h5 xpcs00512-frame0.png
20
- - tar czf xpcs-baseline.tar.gz xpcs00512.h5 xpcs00512-frame0.png
+ # Make a tarball to upload.
21
+ - export FILE_TO_UPLOAD=xpcs-baseline-${TRAVIS_TAG}.tar.gz
22
+ - tar czf ${FILE_TO_UPLOAD} xpcs00512.h5 xpcs00512-frame0.png
23
24
deploy:
25
provider: releases
26
api_key: $GITHUB_OAUTH_TOKEN
27
skip_cleanup: true
28
file_glob: true
- file: xpcs-baseline.tar.gz
29
+ file: "${FILE_TO_UPLOAD}"
30
on:
31
tags: true
0 commit comments