Closed TillaTheHun0 closed 2 months ago
This PR implements the initial release job for aos. It can be triggered via a workflow dispatch and will perform the following:
aos
aos.wasm
aos-sqlite
aos-sqlite.wasm
aos-llama
aos-llama.wasm
Eventually, we can the modules automatically upload to Arweave, and update manifest files with new versions/tx ids for use in the console.
This PR implements the initial release job for
aos
. It can be triggered via a workflow dispatch and will perform the following:aos
and upload as workflow artifactaos.wasm
aos-sqlite
module and upload as workflow artifactaos-sqlite.wasm
aos-llama
module and upload as workflow artifactaos-llama.wasm
Eventually, we can the modules automatically upload to Arweave, and update manifest files with new versions/tx ids for use in the console.