GitHub Actions Deploy Errors - failed changing working directory: chdir

Same commands work fine locally but I’ve been unable to get anything to deploy from GitHub actions. Tried ubuntu-latest and ubuntu-2204. Tried using the action recommended in the documentation and directly installing fly cli via command line. Either way it’s always the same error. “Error: failed changing working directory: chdir”.

Run fly deploy -t *** --ha=false --debug --verbose --remote-only

6Error: failed changing working directory: chdir /home/runner/work/go/go/fm2_l

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.