-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue: file system encoding #639
Comments
Issue is stale and will be closed in 14 days unless there is new activity |
A friendly ping to keep it opened. 😉 |
Issue is stale and will be closed in 14 days unless there is new activity |
I suspect that this and #1308 are related. I was having similar issues and setting the language encoding manually addressed the issue:
UTF-8 is the default for GitHub Actions and I believe this should be the case for act as well. |
Act version
Expected behaviour
I'm trying to copy some files using the maven resources plugin. I have 2 files:
foo.txt
中文名称.txt
When I run
mvn resources:resources
, both files should be copied totarget/classes
.Actual behaviour
When the filename is using non ascii characters, the file is totally ignored. So at the end I have only
foo.txt
in thetarget/classes
.It happens when running with
act
. But everything is normally copied when I run on Github Actions. See https://github.com/dadoonet/github-actions-maven/runs/2440336772?check_suite_focus=trueWorkflow and/or repository
workflow
Steps to reproduce
act
outputI'm first highlighting the main differences. When I run
ls -l
on the source dir, I see:With
act
:With Github actions:
And the target dir...
With
act
:With Github actions:
Log
Log from Github
The text was updated successfully, but these errors were encountered: