Skip to content
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

Add extra option to the compression options #21

Open
Aaltuj opened this issue Jan 10, 2021 · 0 comments
Open

Add extra option to the compression options #21

Aaltuj opened this issue Jan 10, 2021 · 0 comments

Comments

@Aaltuj
Copy link

Aaltuj commented Jan 10, 2021

Hi Damian,

Great work extending the github-release action.

I would like to make a suggestion regarding handling folders.

gzip: true
files: > 
VxFormGenerator.Components.Plain:VxFormGenerator.Components.Plain/bin/Release/ 
VxFormGenerator.Core:VxFormGenerator.Core/bin/Release/
VxFormGenerator.Components.Bootstrap:VxFormGenerator.Components.Bootstrap/bin/Release/

This will result in a .tgz file. containing: VxFormGenerator.Core.tgz\VxFormGenerator.Core.tar\VxFormGenerator.Core\bin\Release\*.*

Why not add an extra option flatZip that does the following: zip the content found in the folder: VxFormGenerator.Core\bin\Release\.

This would result in a VxFormGenerator.Core.zip containing only the data found at the Release folder.

How does this sound to you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant