fix(actions): set CI environment variables in macOS notarization workflow to enhance DMG creation process

This commit is contained in:
Ozgur 2025-04-17 15:45:58 +02:00
parent 10645afcd4
commit fb88e4f057
No known key found for this signature in database
GPG Key ID: 66CDF27505A35546

View File

@ -202,6 +202,7 @@ jobs:
run: | run: |
echo "🔧 Creating custom DMG with installer script..." echo "🔧 Creating custom DMG with installer script..."
# Set CI environment variables
export CI=true export CI=true
export GITEA_ACTIONS=true export GITEA_ACTIONS=true