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 2ff510b commit ff65cf6Copy full SHA for ff65cf6
.github/autobuild/mac.sh
@@ -134,7 +134,7 @@ pass_artifact_to_job() {
134
echo "artifact_1=${artifact}" >> "$GITHUB_OUTPUT"
135
136
artifact2="jamulus_${JAMULUS_BUILD_VERSION}_mac${ARTIFACT_SUFFIX:-}.pkg"
137
- for file in "./deploy/Jamulus_*.pkg"
+ for file in ./deploy/Jamulus_*.pkg
138
do
139
if [ -f "${file}" ]; then
140
echo "Moving build artifact2 to deploy/${artifact2}"
0 commit comments