We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcc4da commit f9b1525Copy full SHA for f9b1525
1 file changed
maven/jruby-dist/pom.rb
@@ -36,13 +36,13 @@
36
<ftp action="get" server="rsync.osuosl.org" passive="yes" userid="anonymous" password=""
37
remotedir="/debian/pool/main/r/ruby3.4" depends="yes">
38
<fileset dir="${project.build.directory}/rdoc/downloads">
39
- <include name="ruby3.4-doc*.deb"/>
+ <include name="ruby3.4-doc_3.4.5*.deb"/>
40
</fileset>
41
</ftp>
42
43
<!-- Move the .deb file to a simple name (should be only one or this will fail) -->
44
<move tofile="${project.build.directory}/rdoc/downloads/rubydoc.deb">
45
- <fileset dir="${project.build.directory}/rdoc/downloads" includes="ruby3.4-doc*.deb"/>
+ <fileset dir="${project.build.directory}/rdoc/downloads" includes="ruby3.4-doc_3.4.5*.deb"/>
46
</move>
47
48
<!-- Extract .deb using ar -->
0 commit comments