ci(release): add zsh completion

This commit is contained in:
steven-omaha
2024-04-05 09:56:08 +02:00
parent 7e9f5e5930
commit 9d3654f436
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Create temporary directory
run: mkdir pacdef-${{ matrix.features }}
- name: Copy artifacts to directory
run: cp -R target/release/pacdef man LICENSE README.md pacdef-${{ matrix.features }}
run: cp -R target/release/pacdef _completion man LICENSE README.md pacdef-${{ matrix.features }}
- name: Create archive from directory
run: tar czf pacdef-${{ matrix.features }}.tar.gz pacdef-${{ matrix.features }}
- name: Upload to release