Add runtime packages to CPKG

This commit is contained in:
2025-09-26 16:30:20 -05:00
parent fbdc9862a7
commit 46a70e021f
9 changed files with 348 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/bash
find publish -name "*.crvm" -exec upload-package --token="$CPKG_KEY" --host="https://cpkg.tesseslanguage.com/" "{}" \;