mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
fixups to our upload step
This commit is contained in:
parent
f441e299b6
commit
1516127b09
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user