update our upload target for sdk 16

This commit is contained in:
Jesse Vincent 2012-01-17 17:50:25 -08:00
parent 47efcae69c
commit 83535d686b
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
<target name="upload" depends="clean,get-version,release">
<echo>Uploading to Google Code using Google::Code::Upload</echo>
<exec executable="mv" failonerror="true">
<arg value="${out.release.file}" />
<arg value="${out.final.file}" />
<arg value="bin/k9-${version-name}-release.apk" />
</exec>
<exec executable="googlecode_upload.pl" failonerror="true">