-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Release build flow #51
Comments
Here is what it should look like: Before building on each OS:
Using the correct machine for each OS (Ubuntu 18.04, Windows 10, macOS 10.15) and assuming all the dev tools are present:
pushd dist/
sha256sum 'Wagyu Key Gen-0.8.0.AppImage' > 'Wagyu Key Gen-0.8.0.AppImage.sha256'
popd Can also use
pushd dist/
gpg --default-key E4BD8F0BA028F8816C9A5599B828200C4DDFCB11 --sign --armor --output 'Wagyu Key Gen-0.8.0.AppImage.asc' --detach-sig 'Wagyu Key Gen-0.8.0.AppImage'
popd For each OS, add the following assets to the release on Github:
Publish the new release on Github. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to establish a flow for building release executables, etc. Dependent on #7.
The text was updated successfully, but these errors were encountered: