-
Notifications
You must be signed in to change notification settings - Fork 91
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
actions: Create release on push #59
Conversation
Looks good to me @mborgerson |
.github/workflows/CI.yml
Outdated
pushd dist/extract-xiso_Win32_Debug | ||
zip -r ../extract-xiso-win32-debug.zip * | ||
popd | ||
pushd dist/extract-xiso_Win64_Release |
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.
Should the win64 builds be commented out for now as #29 still applies?
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 agree, let's comment this out and not distribute broken 64b builds for now
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.
Consider it done.
.github/workflows/CI.yml
Outdated
# asset_name: extract-xiso-win64-debug.zip | ||
# asset_path: dist/extract-xiso-win64-debug.zip | ||
# asset_content_type: application/zip | ||
- name: Upload release assets (macOS build) |
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.
Let's also not distribute these 64b Mac builds until 64b is fixed
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.
Done, updated comments accordingly.
Thanks! |
No description provided.