-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
With.files input doesn't work correctly when working-directory is set #158
Comments
This needs urgent fix. |
Were you able to find a work-around for this? |
For a work-around, it seems to work if I specify the path relative to the root of the project. And for a fix, I think |
The work-around suddenly stopped working for me. (setting the full path to the root folder) Edit: I found a new work-around which is to move the file to the root folder and then just write the file name like files: myfile.txt |
Works fine for me still to specify the full path. The action just doesn't support |
for me it doesn't work if I specify global working-directory.
I'm supposing it checks if file exists ignoring working-directory, but for the upload phase it seems to take into consideration, so when it tries to upload, it errors with Request body length does not match content-length header. |
Hello,
I have a simple github workflow with a
working-directory
specified. Obviously Action doesn't take this setting into account when searching for file(s) specified inwith.files
.Actual:
Expected:
Example:
The text was updated successfully, but these errors were encountered: