We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404fef2 commit 74d8537Copy full SHA for 74d8537
.github/workflows/cd.yml
@@ -35,9 +35,9 @@ jobs:
35
mkdir assets
36
cp -t assets/ target/${{matrix.TARGET}}/release/kmon && strip -s assets/kmon
37
cp -t assets/ LICENSE README.md CHANGELOG.md
38
- mv target/man .
+ mv target/${{matrix.TARGET}}/man .
39
cp -t assets/ --parents man/kmon.8
40
- mv target/completions .
+ mv target/${{matrix.TARGET}}/completions .
41
cp -t assets/ --parents completions/*
42
mv assets/ kmon-${{env.RELEASE_VERSION}}/
43
tar -czvf kmon-${{env.RELEASE_VERSION}}-${{matrix.TARGET}}.tar.gz \
0 commit comments