Skip to content

Commit

Permalink
upload apk to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 4, 2016
1 parent e29a570 commit 45d5720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function (grunt) {
{expand: true, cwd: 'www/assets/', src: ['**'], dest: 'assets/', action: 'upload'},
{expand: true, cwd: 'www/review/', src: ['**'], dest: 'review/', action: 'upload'},
{expand: true, cwd: 'www/templates/', src: ['**'], dest: 'templates/', action: 'upload'},
{expand: true, cwd: 'platforms/android/build/outputs/apk', src: ['android-armv7-debug.apk'], dest: './', action: 'upload'},
{expand: true, cwd: 'platforms/android/build/outputs/apk', src: ['growth.apk'], dest: './', action: 'upload'},
{expand: true, cwd: 'www/article/', src: ['**'], dest: 'article/', action: 'upload', params: {ContentType: 'text/plain'}},
{
expand: true,
Expand Down

0 comments on commit 45d5720

Please sign in to comment.