chore: update all submodule refs + CI/CD workflows + AGENTS.md

This commit is contained in:
datadunia
2026-07-07 09:28:06 +07:00
parent 2fb3109b9f
commit 59a8436a45
8 changed files with 385 additions and 13 deletions
+9 -1
View File
@@ -49,7 +49,8 @@ jobs:
"device-agent-linux-amd64": "${SERVER}/${REPO}/releases/download/${VERSION}/nexus-device-agent-linux-amd64",
"device-agent-linux-arm64": "${SERVER}/${REPO}/releases/download/${VERSION}/nexus-device-agent-linux-arm64",
"device-agent-windows-amd64": "${SERVER}/${REPO}/releases/download/${VERSION}/nexus-device-agent-windows-amd64.exe",
"dashboard-ui": "${SERVER}/${REPO}/releases/download/${VERSION}/dashboard-ui-dist.tar.gz"
"dashboard-ui": "${SERVER}/${REPO}/releases/download/${VERSION}/dashboard-ui-dist.tar.gz",
"android-agent": "${SERVER}/${REPO}/releases/download/${VERSION}/nexusguard-android.apk"
}
}
ENDJSON
@@ -115,6 +116,13 @@ jobs:
upload_asset "dashboard-ui-dist.tar.gz" "dashboard-ui-dist.tar.gz"
fi
# Android Agent APK
if [ -f "artifacts/nexusguard-android-debug/nexusguard-android-debug.apk" ]; then
upload_asset "artifacts/nexusguard-android-debug/nexusguard-android-debug.apk" "nexusguard-android.apk"
elif [ -f "artifacts/nexusguard-android-release/nexusguard-android-release.apk" ]; then
upload_asset "artifacts/nexusguard-android-release/nexusguard-android-release.apk" "nexusguard-android.apk"
fi
# Docs tar.gz
if [ -d "artifacts/docs-dist" ]; then
cd artifacts/docs-dist