#Github actions giving the below updater error,
8 messages · Page 1 of 1 (latest)
Is your github repo public?
and you're sure the TAURI_SIGNING_PRIVATE_KEY secret is set to the exact same value you use locally?
Yup, its the same. Yeah its public, building a open source postman alternative
Repo - https://github.com/sparrowapp-dev/sparrow-app/
Action Workflow file - https://github.com/sparrowapp-dev/sparrow-app/actions/runs/8003199583/workflow
Action Failing - https://github.com/sparrowapp-dev/sparrow-app/actions/runs/8003199583/job/21857993312
Your next-gen API testing and development tool. Contribute to sparrowapp-dev/sparrow-app development by creating an account on GitHub.
Your next-gen API testing and development tool. Contribute to sparrowapp-dev/sparrow-app development by creating an account on GitHub.
TAURI_SIGNING_PRIVATE_KEY=""
TAURI_SIGNING_PRIVATE_KEY_PASSWORD=""
APPLE_SIGNING_IDENTITY=""
APPLE_CERTIFICATE=""
APPLE_CERTIFICATE_PASSWORD=""
yarn install
yarn tauri build --debug
What does Missing comment in secret key mean in the below error?
Error incorrect updater private key password: Missing comment in secret key
I have updated the variables from which I am setting the below variables in action
TAURI_SIGNING_PRIVATE_KEY=""
TAURI_SIGNING_PRIVATE_KEY_PASSWORD=""