samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
MIT License
658 stars 201 forks source link

Questions about args #89

Open Flaviano-Rodrigues opened 1 year ago

Flaviano-Rodrigues commented 1 year ago

Hello. I'm new to github actions and I've run into a roadblock. How do I pass the following information in "args"?

Info: -c.extraMetadata.main=build/main.js --publish always

I tried like this but I don't think it worked:

image

pypp commented 1 year ago

This seems correct. Try wrapping your args value with double quotes.