webarkit / jsartoolkitNFT

jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support
GNU Lesser General Public License v3.0
131 stars 25 forks source link

Action Build script to deploy binaries for every release. #85

Closed kalwalt closed 2 years ago

kalwalt commented 3 years ago

As it is for webarkit/jsartoolkit5 we could setup such for jsartoolkitNFT see https://github.com/webarkit/jsartoolkit5/blob/master/.github/workflows/main.yml and https://github.com/webarkit/jsartoolkit5/blob/master/.github/workflows/node.js.yml

kalwalt commented 2 years ago

I did with PR https://github.com/webarkit/jsartoolkitNFT/pull/109. a bit different approach but at least at every git tag release the libs are automatically uploaded to the release page. It's needed to to some more enhancement to the action build, for example commit the build and maybe upload also the .zip file,but that's another issue for sure.