-
Notifications
You must be signed in to change notification settings - Fork 33
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
Folders are not included directly #8
Comments
i have the same issue, the listed directory is not included in the zip only it's content is part of the zip |
This is actually good for me, I wanted my build to be listed as a release and I was worried it would have the folder structure. |
I think the docs about the |
You are right! The behavior is exactly the opposite. |
Created this PR to fix the issue: #23 Better to change the docs than the code so if someone has it working the change won't affect their action. |
Seems to be the exact opposite to the documentation for action-zip... vimtor/action-zip#8
Looks like the contents of the folders are included instead of the folders themselves.
https://github.com/kvark/vange-rs/runs/3389417025?check_suite_focus=true
Downloading the file and unzipping it shows me:
So, instead of
res
folder, the archive contains theshader
folder, which is inside. Same forconfig
, which is absent, but the file from it is here.The text was updated successfully, but these errors were encountered: