rust-build/rust-build.action

Pre-Build script not running

Closed this issue · 3 comments

Hi,

Thank you for this action. It has been very helpful. However, I recently migrated to using semantic release to automatically creating my releases and have had the same trouble as #46 . I am using a work around for that that uses a pre-build script but that script doesn't appear to run.

The repo I'm running this on is AliSajid/iptmnet_client and the workflow is in .github/workflows/release.yaml. The pre-build script is in meta/pre-build.sh.

Yes, I have the same problem. I even added a echo line to scream out whether we hit the script, and it doesn't activate.

Ah. It needs to be quoted to run.

Following @larsnaesbye , I quoted it and it works. Thank you.