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 a0ab019 commit 281c468Copy full SHA for 281c468
1 file changed
dev-bin/release.sh
@@ -123,8 +123,8 @@ message="$version
123
124
$notes"
125
126
-hub release create -a "minfraud-$version-with-dependencies.zip" \
127
- -a "minfraud-$version-with-dependencies.zip.asc" \
+hub release create -a "target/minfraud-$version-with-dependencies.zip" \
+ -a "target/minfraud-$version-with-dependencies.zip.asc" \
128
-m "$message" "$tag"
129
130
echo "Remember to do the release on https://oss.sonatype.org/!"
0 commit comments