[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct .zip copying for deployment (baefbb3ee)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Sep 30 18:21:06 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/baefbb3ee46297759e65ffd7e9fb0b568b9e7544
>---------------------------------------------------------------
commit baefbb3ee46297759e65ffd7e9fb0b568b9e7544
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Sep 30 17:21:06 2019 +0100
Correct .zip copying for deployment
>---------------------------------------------------------------
baefbb3ee46297759e65ffd7e9fb0b568b9e7544
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 2b258e662..30a774361 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ deploy:
secure: EIiSaEhhCneIgWd3peJkT+WNpQ+eMnFh3oWJDHzfQfuhHA1XpPTFUbk4dpIPtGd3gE9ImFJ5MV3hhWljI0qIH2RRj62uERh0WWEUiuR3Ol0wTV5FgK/5WqjNnS5DNbtyRPCBq600tHueEPPp9zi6lrXZCylpBfKjRtu+r73mf2SgaT7DWMYdnKaXJCSCZiYHywDR1M6hJyvB42yYCZNbqpOTD58T3uv1u+qZNLibFxBAc2bU7DEaBkbSTYWVVIEsm7+5S0n7NaebDW0D6quVPByTzZ5kFYMuk7z2H9bqU9D0FkGwkkz4UJtVIoQpbkXDw02AElmGeO/1j0+r0gAkmZKh51r1n9CFGrjabpu8cY5AfQYDDC5moffmzp9onqOyhYvR33BkeTbXOY53HXcxCHJRhiTxzSj00RUNNp+IC21wn6PYBBvfbUeAisrF1gwMQblWfCWLTESVYRpKJNbahuc/8XKOm+Qk1PwkyIW/VZVIUC8Yrbs8QrzJkWsb/ie97uQhipkVz4fIHN/j1dby0q01RHH84tNi/pV0Oflk7Azt2/T8BWGKAXhsBD6lQiBKWElNgDLdWaM0cy4i16lD4t7HelLkXokOxVVTbKvUimhrt5qy2S+6Q1tQfx/uXmtP+InL93WH50dhkdzKtqfHL+Kym7a/ivOsQVGgFhg3Yv8=
file_glob: true
file:
- - build/distrib/ctan/*.zip
+ - ./*.zip
skip_cleanup: true
on:
tags: true
More information about the latex3-commits
mailing list