bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
239 stars 13 forks source link

feat: add workflow to publish gh binaries #120

Closed WillLillis closed 1 month ago

WillLillis commented 1 month ago

This is a first pass on addressing #18

I followed the cross-compilation example from the suggested workflow. While everything looks reasonable, I'm not sure how to test it without pushing a new release tag.

cc @bergercookie I think it would be nice to be able to use this with coming 0.8.0 release. If you could give this a second look within the next week or two that would be greatly appreciated. Do you know any way we could test this? No pressure if you don't have the bandwidth, though, I can always try it and troubleshoot from there. 😄

Closes #18

bergercookie commented 1 month ago

Do you know any way we could test this

Possibly with a new dummy repo - something like asm-lsp-test where you create a dummy tag to test it

WillLillis commented 1 month ago

Do you know any way we could test this

Possibly with a new dummy repo - something like asm-lsp-test where you create a dummy tag to test it

https://github.com/WillLillis/asm-lsp-test/releases/tag/v0.1.0

LGTM 😄