Skip to content

fix: unset Tauri cert env before macOS bundle - #6

Merged
steven-haddix merged 1 commit into
mainfrom
codex/ci-unset-tauri-cert-env
Mar 23, 2026
Merged

fix: unset Tauri cert env before macOS bundle#6
steven-haddix merged 1 commit into
mainfrom
codex/ci-unset-tauri-cert-env

Conversation

@steven-haddix

Copy link
Copy Markdown
Owner

Summary

  • stop exporting blank APPLE_CERTIFICATE and APPLE_CERTIFICATE_PASSWORD values in the build step
  • run tauri build with those variables removed from the process environment via env -u

Why

The latest release logs show that certificate validation, import, and identity resolution all succeed. Bundling still calls security import, but now it fails with One or more parameters passed to a function were not valid. That is consistent with Tauri seeing empty certificate environment variables and attempting a second PKCS#12 import with invalid parameters.

Testing

  • workflow change only; not run locally

@steven-haddix
steven-haddix merged commit 866b05b into main Mar 23, 2026
1 check passed
@steven-haddix
steven-haddix deleted the codex/ci-unset-tauri-cert-env branch March 23, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant