chore: add macos suffix to macos dist

This commit is contained in:
Stéphane Lesimple
2025-05-03 10:39:36 +02:00
parent f03dc63571
commit 7c72e749ca

View File

@@ -10,7 +10,7 @@ else
suffix=""
fi
archive="dvdisaster-$(echo "$github_ref" | grep -Eo '[^/]+$')$suffix.dmg"
archive="dvdisaster-$(echo "$github_ref" | grep -Eo '[^/]+$')-macos$suffix.dmg"
[ -n "$GITHUB_OUTPUT" ] && echo "archive=$archive" >> "$GITHUB_OUTPUT"
echo "mac dmg is <$archive>"