diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index eab73739..f57593cd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,7 +43,9 @@ jobs:
--privileged \
--name treble \
--volume ${{ github.workspace }}/builds:/root/builds \
+
--volume ${{ github.workspace }}/vendor_ponces-priv:/aosp/vendor/ponces-priv \
+
--volume ${{ github.workspace }}/config/ota.json:/aosp/treble_aosp/config/ota.json \
ponces/treble treblebuild
diff --git a/build.sh b/build.sh
index 58e1c3b9..22d03735 100755
--- a/build.sh
+++ b/build.sh
@@ -127,7 +127,7 @@ generateOta() {
[[ "$filename" == *"-vndklite"* ]] && vndk="-vndklite" || vndk=""
name="treble_${arch}_b${variant}N${vndk}"
size=$(wc -c $file | awk '{print $1}')
- url="https://github.com/ponces/treble_aosp/releases/download/$version/$filename"
+ url="https://github.com/archfx/epsilon/releases/download/$version/$filename"
json="${json} {\"name\": \"$name\",\"size\": \"$size\",\"url\": \"$url\"},"
done
json="${json%?}]}"
diff --git a/build/default.xml b/build/default.xml
index 1b6ec68d..0a6ceaad 100644
--- a/build/default.xml
+++ b/build/default.xml
@@ -3,6 +3,10 @@
+
+
+
+
diff --git a/upload.sh b/upload.sh
index 34c8d752..aa7ed0aa 100755
--- a/upload.sh
+++ b/upload.sh
@@ -13,8 +13,8 @@ set -e
BL=$PWD/treble_aosp
BD=$HOME/builds
TAG="$(date +v%Y.%m.%d)"
-GUSER="ponces"
-GREPO="treble_aosp"
+GUSER="archfx"
+GREPO="epsilon"
SKIPOTA=false
if [ "$1" == "--skip-ota" ]; then