GH Hosted: preparation for s3 upload of signed win distro

This commit is contained in:
aboyko
2023-07-13 23:20:35 -04:00
parent 70d4c4b5e5
commit fbb246f3bf
2 changed files with 30 additions and 8 deletions

View File

@@ -672,6 +672,21 @@
</goals>
</execution>
<execution>
<id>generate-s3-upload-info</id>
<phase>verify</phase>
<configuration>
<target>
<echo file="${project.build.directory}/s3-dist-path.txt">
${dist.path.product}
</echo>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>upload-nightly-downloads</id>
<phase>deploy</phase>