summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-28 22:07:33 +0300
committerorhun <orhun@archlinux.org>2021-05-28 22:07:33 +0300
commitb834a8b517e34dfb55801fde50f9c3f06b455790 (patch)
tree0e80c6392aeee7c3b2de0887794b7c0db8f54379
parente2d9cee2be9be89b6e2c3fe9a4c9296a4bf23201 (diff)
chore: Use release flag while generating completions
-rw-r--r--.github/workflows/cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 06db24a..e1ade9e 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -38,7 +38,7 @@ jobs:
cp {LICENSE,README.md,CHANGELOG.md} release/
cp man/gpg-tui.1 release/man/
cp target/${{matrix.TARGET}}/release/gpg-tui release/ && strip -s release/gpg-tui
- OUT_DIR=release/completions/ cargo run --bin completions
+ OUT_DIR=release/completions/ cargo run --release --bin completions
mv release/ gpg-tui-${{env.RELEASE_VERSION}}/
- name: Create release artifacts
run: |