-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"uploading a file" example in README seems wrong #353
Comments
Hi there - could you please provide the debug output for the complete GitHub Actions workflow run? |
I had a similar experience when following the instructions from the README. The log for the action step is first the inputs:
Then the actual upload, you can see puts the filename in a folder called the filename. I am guessing that actually specifying the filename in this way isn't supported, or requires a different argument? Either way, that's not what the README shows.
|
Fixes #353 Signed-off-by: Seth Vargo <[email protected]>
TL;DR
I've followed the "uploading a file" example but the file was uploaded to
bucket-name/file-name/file-name
.This example:
upload-cloud-storage/README.md
Lines 51 to 55 in 22121cd
Expected behavior
The file
build/native/nativeCompile/my-app.exe
is uploaded tomy-bucket/my-app.exe
Observed behavior
The file
build/native/nativeCompile/my-app.exe
was uploaded tomy-bucket/my-app.exe/my-app.exe
Action YAML
Log output
No response
Additional information
The text was updated successfully, but these errors were encountered: