Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoudwijma committed Apr 15, 2024
1 parent 6e25c5a commit 23666f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/post_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
print("***************************************************************************************************************************")
print("")

isGitHub = "runner" not in os.path.expanduser("~") #do not copy in github PlatformIO CI (/home/runner/ is output dir in github)
isGitHub = "runner" in os.path.expanduser("~") #do not copy in github PlatformIO CI (/home/runner/ is output dir in github)

if isGitHub:
OUTPUT_DIR = "build_output{}".format(os.path.sep)
Expand Down

0 comments on commit 23666f1

Please sign in to comment.