We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6345e commit 3ee1c1fCopy full SHA for 3ee1c1f
build.xml
@@ -101,15 +101,15 @@
101
<arg value="sb@sebastian-bergmann.de"/>
102
<arg value="--armor"/>
103
<arg value="--detach-sign"/>
104
- <arg path="${basedir}/build/phpunit-library-${version}.phar"/>
+ <arg path="${basedir}/build/artifacts/phpunit-library-${version}.phar"/>
105
</exec>
106
107
<exec executable="gpg" failonerror="true">
108
<arg value="--local-user"/>
109
110
111
112
- <arg path="${basedir}/build/phpunit-${version}.phar"/>
+ <arg path="${basedir}/build/artifacts/phpunit-${version}.phar"/>
113
114
</target>
115
0 commit comments