Add runtime packages to CPKG

This commit is contained in:
2025-09-26 16:40:06 -05:00
parent 46a70e021f
commit a38451ce69

View File

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