From 7c72e749ca68e84af3dfd3e6645a78af696594d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sat, 3 May 2025 10:39:36 +0200 Subject: [PATCH] chore: add macos suffix to macos dist --- .github/workflows/make-mac-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-mac-app.sh b/.github/workflows/make-mac-app.sh index 3e85558..6c346d9 100755 --- a/.github/workflows/make-mac-app.sh +++ b/.github/workflows/make-mac-app.sh @@ -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>"