diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98ad05e..8202d0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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