-
Notifications
You must be signed in to change notification settings - Fork 12
Add github actions workflow to automate zip file creation #70
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
base: master
Are you sure you want to change the base?
Conversation
cd ../ | ||
|
||
cd datadog-integration/ | ||
zip -r datadog-integration.zip ./* |
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 think that the zip file must include the datadog-integration
as a subdirectory.
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.
@maxpyf What do you mean by this? This is what I see when I download the release assets:
what:
Automate zipping files using github actions
why:
Make the process of doing a stack deploy less tedious
testing:
Tested by running on this branch