Skip to content

Commit

Permalink
win ci fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 20, 2025
1 parent c2f5395 commit 2f7563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/PackagePeergos.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void main(String[] a) throws Exception {
}
System.out.println("artifact: " + artifact);
if (OS.equals("windows"))
runCommand("echo", "artifact="+artifact, ">>", "$env:GITHUB_ENV");
runCommand("echo", "\"artifact="+artifact+"\"", ">>", "$env:GITHUB_ENV");
else
runCommand("./setenv.sh", "artifact="+artifact);
}
Expand Down

0 comments on commit 2f7563a

Please sign in to comment.