Updated scripts to remove any modified artifacts from Res directory.

Not doing it causes side effects on the testsuite.
This commit is contained in:
xawotihs
2013-12-08 12:16:25 +01:00
parent 3b22354ad9
commit 89fb76a8e7
3 changed files with 11 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ if [ "$TRAVIS_BRANCH" == "alphas" ]; then
curl -X POST -H "Authorization: token ${GH_TOKEN}" \
-H "Accept: application/vnd.github.manifold-preview" \
-H "Content-Type: application/zip" \
--data-binary @projects/mtg/bin/Res/core.zip \
--data-binary @core.zip \
"https://uploads.github.com/repos/WagicProject/wagic/releases/${IDDI}/assets?name=Wagic-core-${TRAVIS_BUILD_NUMBER}.zip"
echo -e "Uploading android package\n"