From fb88e4f0570e38fdb844a2bdf70cfbb7c43422e2 Mon Sep 17 00:00:00 2001 From: Ozgur Ersoy Date: Thu, 17 Apr 2025 15:45:58 +0200 Subject: [PATCH] fix(actions): set CI environment variables in macOS notarization workflow to enhance DMG creation process --- .gitea/workflows/test-macos-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/test-macos-build.yml b/.gitea/workflows/test-macos-build.yml index 6ca434c4..564f6a17 100644 --- a/.gitea/workflows/test-macos-build.yml +++ b/.gitea/workflows/test-macos-build.yml @@ -202,6 +202,7 @@ jobs: run: | echo "🔧 Creating custom DMG with installer script..." + # Set CI environment variables export CI=true export GITEA_ACTIONS=true