diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml
index eb34435..18081be 100644
--- a/.gitea/workflows/release.yml
+++ b/.gitea/workflows/release.yml
@@ -139,17 +139,19 @@ jobs:
methoddeveloper-id
teamID$TEAM_ID
destinationexport
+
+ signingStylemanual
+ signingCertificateDeveloper ID Application
EOF
DEVELOPER_DIR="$XCODE_DEV_DIR" xcodebuild -exportArchive \
-archivePath "$RUNNER_TEMP/Punktfunk-macos.xcarchive" \
-exportOptionsPlist "$RUNNER_TEMP/export-devid.plist" \
- -exportPath "$RUNNER_TEMP/export-devid" \
- -allowProvisioningUpdates \
- -authenticationKeyPath "$RUNNER_TEMP/asc.p8" \
- -authenticationKeyID "${{ secrets.ASC_API_KEY_ID }}" \
- -authenticationKeyIssuerID "${{ secrets.ASC_API_ISSUER_ID }}"
+ -exportPath "$RUNNER_TEMP/export-devid"
- name: Notarized DMG
run: |