From 1c5286fa8316efe50e9791c56d6589129e01bf70 Mon Sep 17 00:00:00 2001 From: andyvorld Date: Tue, 16 Jan 2024 21:56:27 +1100 Subject: [PATCH] . --- .github/workflows/nightly-builds.yml | 2 +- publish.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 57b3a0c..4c6ed0e 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -33,4 +33,4 @@ jobs: $commit_ts=git show --no-patch --format=%at gh release create -R "andyvorld/LGSTrayBattery-nightly" ` $commit_ts ` - ./bin/Release/publish/*.zip \ No newline at end of file + ./bin/Release/Publish/*.zip \ No newline at end of file diff --git a/publish.py b/publish.py index 63a72d2..720c044 100644 --- a/publish.py +++ b/publish.py @@ -63,7 +63,6 @@ def publish_profile(self, profile, zip_suffix): print("\n---") print(f"Zipping {profile} ...") - print(zipPath) p = Process(target=create_zip, args=(zipPath, zipFolder)) p.start() self.zip_threads.append(p)