Skip to content

Commit 1861b15

Browse files
authored
Update release.yml
1 parent 82feaa4 commit 1861b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Package
6565
run:
6666
$compress = @{
67-
Path = "${{env.TARGET_PATH}}", "LICENSE", "README.md";
67+
Path = "${{env.TARGET_PATH}}", "LICENCE.TXT", "README.md";
6868
CompressionLevel = "Optimal";
6969
DestinationPath = "${{env.PACKAGE_NAME}}"
7070
};

0 commit comments

Comments
 (0)