Skip to content

Commit

Permalink
travis mac upload 2
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Jul 18, 2019
1 parent a12bc3a commit ad6583b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ after_success:
packagesbuild BenTo.pkgproj -v
mv BenTo.pkg BenTo-osx-$SUFFIX.pkg
ls
echo 'Uploading $SUFFIX ...';
curl -k -X POST -F 'appFile=@BenTo-osx-$SUFFIX.pkg' -F 'pass=$UPLOAD_PASS' -F 'path=download/' $UPLOAD_URL
echo "Uploading $SUFFIX ...";
curl -k -X POST -F "appFile=@BenTo-osx-$SUFFIX.pkg" -F "pass=$UPLOAD_PASS" -F 'path=download/' $UPLOAD_URL
fi

0 comments on commit ad6583b

Please sign in to comment.