From 4c5280c98162a38778761591ecfa3e4408062dd4 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 8 Jul 2024 23:41:57 -0700 Subject: [PATCH] Update url for publishing --- LinuxGeneralCompiler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 0634ac8..eb838c2 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -74,7 +74,7 @@ RUN /flutter/bin/flutter precache ADD pub.secret / -RUN cat /pub.secret | dart pub token add https://git.zontreck.com/api/packages/ariascreations/pub +RUN cat /pub.secret | dart pub token add https://git.zontreck.com/api/packages/AriasCreations/pub # Set up needed git and extra build components