-
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
Use posix archive format #533
Conversation
2657240
to
ca5af8e
Compare
Signed-off-by: Sora Morimoto <[email protected]>
ca5af8e
to
2de8727
Compare
@aiqiaoy This should now be in a mergeable state. Could you review it? |
CC: @joshmgross |
Related issue: actions/cache#326 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small request to change the package version to 1.0.2
in all the places. Overall looks good! Thanks for submitting this PR ❤️
CC @aiqiaoy
@@ -101,6 +101,7 @@ export async function createTar( | |||
} | |||
} | |||
const args = [ | |||
'--posix', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked over the previous PR, I think this won't cause any compat issues. No objections from me 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this shouldn't cause any problems.
1b2a3cd
to
7737589
Compare
Signed-off-by: Sora Morimoto <[email protected]>
7737589
to
3be5c33
Compare
@konradpabjan Thanks for your review. |
Yeah sorry I was on-call when I reviewed the original PR and completely forgot about following up. Looks good! |
Version |
@konradpabjan Thanks again for your work :) |
@aiqiaoy No worries! I sometimes do something similar to you. |
See #475 for details.
Closes: actions/cache#326