Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvorld committed Jan 16, 2024
1 parent ca323ca commit 1c5286f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
./bin/Release/Publish/*.zip
1 change: 0 additions & 1 deletion publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1c5286f

Please # to comment.