From 78ecefbf07fd8a8ae6e0c84a4fb32375459a9dfc Mon Sep 17 00:00:00 2001 From: Joe Stanley Date: Sun, 6 Nov 2022 20:21:12 -0800 Subject: [PATCH] new insructions --- publish_package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish_package.py b/publish_package.py index 8e5df78..553db0f 100644 --- a/publish_package.py +++ b/publish_package.py @@ -7,7 +7,7 @@ Publish the EXE as a package to Gitea. import os import requests -OWNER = "jenkinsbot" +OWNER = "Potlatch-Loggers" PKG_NAME = "ComputerKeeper-BUILD" PKG_VERSION = "latest" FILE_NAME = "main.exe"