chore: add macos suffix to macos dist
This commit is contained in:
2
.github/workflows/make-mac-app.sh
vendored
2
.github/workflows/make-mac-app.sh
vendored
@@ -10,7 +10,7 @@ else
|
|||||||
suffix=""
|
suffix=""
|
||||||
fi
|
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"
|
[ -n "$GITHUB_OUTPUT" ] && echo "archive=$archive" >> "$GITHUB_OUTPUT"
|
||||||
echo "mac dmg is <$archive>"
|
echo "mac dmg is <$archive>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user