Skip to content

Commit c4a1e7d

Browse files
committed
Get rid of useless manpage moving on deploy workflow
1 parent 39e798d commit c4a1e7d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
run: |
9191
mkdir -p "target/${{ matrix.target }}/release"
9292
mv target/oxipng "target/${{ matrix.target }}/release"
93-
mv target/xtask/mangen/manpages "target/${{ matrix.target }}/release"
9493
cargo install --locked cargo-deb
9594
cargo deb --target "${{ matrix.target }}" --no-build --no-strip
9695

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ panic = "abort"
102102
[package.metadata.deb]
103103
assets = [
104104
["target/release/oxipng", "usr/bin/", "755"],
105-
["target/release/manpages/oxipng.1", "usr/share/man/man1/", "644"],
105+
["target/xtask/mangen/manpages/oxipng.1", "usr/share/man/man1/", "644"],
106106
["README.md", "usr/share/doc/oxipng/", "644"],
107107
["CHANGELOG.md", "usr/share/doc/oxipng/", "644"],
108108
]

0 commit comments

Comments
 (0)