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)