We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82feaa4 commit 1861b15Copy full SHA for 1861b15
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Package
65
run:
66
$compress = @{
67
- Path = "${{env.TARGET_PATH}}", "LICENSE", "README.md";
+ Path = "${{env.TARGET_PATH}}", "LICENCE.TXT", "README.md";
68
CompressionLevel = "Optimal";
69
DestinationPath = "${{env.PACKAGE_NAME}}"
70
};
0 commit comments