Skip to content

Commit 3ee1c1f

Browse files
Fix
1 parent ae6345e commit 3ee1c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@
101101
<arg value="sb@sebastian-bergmann.de"/>
102102
<arg value="--armor"/>
103103
<arg value="--detach-sign"/>
104-
<arg path="${basedir}/build/phpunit-library-${version}.phar"/>
104+
<arg path="${basedir}/build/artifacts/phpunit-library-${version}.phar"/>
105105
</exec>
106106

107107
<exec executable="gpg" failonerror="true">
108108
<arg value="--local-user"/>
109109
<arg value="sb@sebastian-bergmann.de"/>
110110
<arg value="--armor"/>
111111
<arg value="--detach-sign"/>
112-
<arg path="${basedir}/build/phpunit-${version}.phar"/>
112+
<arg path="${basedir}/build/artifacts/phpunit-${version}.phar"/>
113113
</exec>
114114
</target>
115115

0 commit comments

Comments
 (0)