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

@@ -62,9 +62,15 @@ jobs:
cd Packaging/Linux
bash build-ubuntu-jammy.sh
bash push-ubuntu-jammy.sh
apt update -y
apt install -y crosslang git
cd ../CPKG
bash pack_and_publish.sh
envVars:
- name: GITEA_AUTH
value: '@secret:GITEA_AUTH@'
- name: CPKG_KEY
value: '@secret:CPKG_KEY@'
useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !CommandStep