mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
fix(ci): correct LICENSE filename to LICENSE.txt
This commit is contained in:
2
.github/workflows/build_deb.yml
vendored
2
.github/workflows/build_deb.yml
vendored
@@ -164,7 +164,7 @@ jobs:
|
||||
|
||||
# Copy documentation
|
||||
cp docs/CHANGES.TXT ${PKG_NAME}/usr/share/doc/ccextractor/changelog
|
||||
cp LICENSE ${PKG_NAME}/usr/share/doc/ccextractor/copyright
|
||||
cp LICENSE.txt ${PKG_NAME}/usr/share/doc/ccextractor/copyright
|
||||
gzip -9 -n ${PKG_NAME}/usr/share/doc/ccextractor/changelog
|
||||
|
||||
# Generate man page
|
||||
|
||||
Reference in New Issue
Block a user