fixups to our upload step

This commit is contained in:
Jesse Vincent 2010-03-24 01:21:09 +00:00
parent f441e299b6
commit 1516127b09
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
<echo>Uploading to Google Code using Google::Code::Upload</echo>
<exec executable="mv" failonerror="true">
<arg value="${out.release.package}" />
<arg value="k9-${version-code}-release.apk" />
<arg value="bin/k9-${version-code}-release.apk" />
</exec>
<exec executable="googlecode_upload.pl" failonerror="true">
<arg value="--summary" />
@ -104,7 +104,7 @@
<arg value="${gcode-pass}" />
<arg value="--labels"/>
<arg value="Type-Installer"/>
<arg value="${out.release.package}"/>
<arg value="bin/k9-${version-code}-release.apk" />
</exec>
</target>