-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
CI improvements #92
CI improvements #92
Conversation
Thanks for contribution. I have couple questions first: What do you mean by " Remove unneeded names from checkout and upload-artifact."? |
The names are almost the same as the actions so they're redundant.
Not having to specify the filename. |
Last question: Then if you resolve conflicts (checksum output was changed) I can merge this. |
As far as I know the only way of purging the cache is changing the key. |
Ah, autoit doesn't have that many releases anyway, so I think that it is fine to manage that manually. |
Add pull_request and workflow_dispatch. Formatting. Remove unneeded names from checkout and upload-artifact. Add cache. Replace Invoke-WebRequest with curl. Remove unneeded dir. Use Start-Process -Wait instead of Start-Sleep hack. Use wildcard for upload-artifact/release.
Thank you for your contribution! |
hmm, it complains about au3stripper.dat missing, even on your repo |
I don't think it is critical issue, but if it can't be resolved then I will have to delete cache step which I suspect is the issue (but I might be wrong) |
Add pull_request and workflow_dispatch.
Formatting.
Remove unneeded names from checkout and upload-artifact.
Add cache.
Replace Invoke-WebRequest with curl.
Use Start-Process -Wait instead of Start-Sleep hack: #21