Skip to content

Commit 8786b4c

Browse files
committed
fix(ci): correct LICENSE filename to LICENSE.txt
1 parent 8632ecd commit 8786b4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
165165
# Copy documentation
166166
cp docs/CHANGES.TXT ${PKG_NAME}/usr/share/doc/ccextractor/changelog
167-
cp LICENSE ${PKG_NAME}/usr/share/doc/ccextractor/copyright
167+
cp LICENSE.txt ${PKG_NAME}/usr/share/doc/ccextractor/copyright
168168
gzip -9 -n ${PKG_NAME}/usr/share/doc/ccextractor/changelog
169169
170170
# Generate man page

0 commit comments

Comments
 (0)