We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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\*.*
.tgz
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\.
flatZip
VxFormGenerator.Core\bin\Release\
This would result in a VxFormGenerator.Core.zip containing only the data found at the Release folder.
VxFormGenerator.Core.zip
Release
How does this sound to you?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Damian,
Great work extending the github-release action.
I would like to make a suggestion regarding handling folders.
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 theRelease
folder.How does this sound to you?
The text was updated successfully, but these errors were encountered: