Skip to content

Commit ff65cf6

Browse files
committed
fix last shellcheck warning
1 parent 2ff510b commit ff65cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/autobuild/mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pass_artifact_to_job() {
134134
echo "artifact_1=${artifact}" >> "$GITHUB_OUTPUT"
135135

136136
artifact2="jamulus_${JAMULUS_BUILD_VERSION}_mac${ARTIFACT_SUFFIX:-}.pkg"
137-
for file in "./deploy/Jamulus_*.pkg"
137+
for file in ./deploy/Jamulus_*.pkg
138138
do
139139
if [ -f "${file}" ]; then
140140
echo "Moving build artifact2 to deploy/${artifact2}"

0 commit comments

Comments
 (0)