You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading the code from source, getting the "The file at *** does not exist, or it is not a file" error while the zip file seems to exist after running ls -1 /tmp | grep .zip
Expected behavior
No zip file error
Observed behavior
Error: google-github-actions/deploy-cloud-functions failed with: failed to upload zip file: The file at *** does not exist, or it is not a file. ENOENT: no such file or directory, lstat '/home/runner/work/my-functions/my-functions/***
TL;DR
When uploading the code from source, getting the "The file at *** does not exist, or it is not a file" error while the zip file seems to exist after running
ls -1 /tmp | grep .zip
Expected behavior
No zip file error
Observed behavior
Action YAML
Log output
Additional information
Note my folder structure
the root package.json contains the following script and some shared dependencies
the
my-function
package json contains the followingwhen running
yarn run build
at the root, thefunctions/my-function/index.js
will be createdThe text was updated successfully, but these errors were encountered: