This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 37974f0  wrong dir
37974f0 is described below

commit 37974f00ae9809f03f6a5994563fc6ece2d4d778
Author: Alex Harui <aha...@apache.org>
AuthorDate: Sat Apr 11 09:30:27 2020 -0700

    wrong dir
---
 compiler-build-tools/releasesteps.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-build-tools/releasesteps.xml 
b/compiler-build-tools/releasesteps.xml
index 0a0c922..b4fe488 100644
--- a/compiler-build-tools/releasesteps.xml
+++ b/compiler-build-tools/releasesteps.xml
@@ -306,7 +306,7 @@
                </get>
         <get 
src="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/org/apache/royale/compiler/compiler-build-tools/${release.version}/compiler-build-tools-${release.version}.jar.asc";
 
dest="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/binaries"
 >
         </get>
-        <checksum algorithm="SHA-512" 
file="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/compiler-build-tools-${release.version}.jar"
 forceOverwrite="yes" fileext=".sha512"/>
+        <checksum algorithm="SHA-512" 
file="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/binaries/compiler-build-tools-${release.version}.jar"
 forceOverwrite="yes" fileext=".sha512"/>
 <!--
                <copy file="${basedir}/README" 
tofile="${dist.dev}/royale/compiler/${release.version}/rc${rc}/READme" />
         -->

Reply via email to