We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8120ffb commit 71ccf95Copy full SHA for 71ccf95
.github/scripts/release.php
@@ -105,7 +105,7 @@ function run( $command, &$result_code = null ) {
105
106
$plugin_dir = $plugins_dir . '/advanced-custom-fields-pro';
107
108
-$zip_file = $archives_dir . '/advanced-custom-fields-pro-' . $version . '.zip';
+$zip_file = $archives_dir . '/advanced-custom-fields-pro.' . $version . '.zip';
109
110
/**
111
* Download ZIP.
0 commit comments