Initial release production build with github actions for Darwin AMD64 and Windows AMD64

This commit is contained in:
2024-07-26 08:57:53 +02:00
parent c322d01d29
commit db1d1443cf
4 changed files with 50 additions and 21 deletions

View File

@ -0,0 +1,8 @@
# release management with github actions
* Generate `resources/ssh_private_key` with `make resources/ssh_private_key`
* Base64 encode `resources/ssh_private_key` with base64
## See also
* <https://github.com/marketplace/actions/secret-to-file>