CircleCI config: add version.txt to artifacts directory.
This commit is contained in:
parent
d477df03b4
commit
69fa3721d3
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ jobs:
|
|||
chown -R $ME:staff ${ROOT}
|
||||
sed -e "s/PANDOCVERSION/${VERSION}/" macos/distribution.xml.in > ${ARTIFACTS}/distribution.xml
|
||||
cp macos/Makefile ${ARTIFACTS}/
|
||||
echo ${VERSION} > ${ARTIFACTS}/version.txt
|
||||
zip -r macos-release-candidate.zip ${ARTIFACTS}
|
||||
|
||||
- save_cache:
|
||||
|
|
Loading…
Add table
Reference in a new issue