This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
The following commit(s) were added to refs/heads/develop by this push:
new 8f2fa8d Change location of CI asstets for release scripts
8f2fa8d is described below
commit 8f2fa8db91720f636f1e7c3df87b556b5455be9a
Author: Yishay Weiss <[email protected]>
AuthorDate: Sun Feb 5 15:55:16 2023 +0200
Change location of CI asstets for release scripts
---
releasesteps.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releasesteps.xml b/releasesteps.xml
index 29e6f66..68caffe 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -119,7 +119,7 @@
unless="artifact.folder.found"/>
</target>
<target name="download-artifacts" if="artifactfolder">
- <get
src="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_007/lastSuccessfulBuild/artifact/*zip*/archive.zip"
dest="${artifactfolder}/archive.zip" />
+ <get
src="http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/Royale_Release_Step_007/lastSuccessfulBuild/artifact/*zip*/archive.zip"
dest="${artifactfolder}/archive.zip" />
</target>
<target name="unzip-artifacts" if="artifactfolder">
<mkdir dir="${artifactfolder}/artifacts" />