Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jk-gan committed Aug 3, 2023
1 parent 272cc68 commit 64b0ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
cp "target/${{ matrix.job.target }}/release/${BIN_NAME}" "$ARCHIVE_DIR"
# Completions
cp -r completions/{bash,fish,zsh} "$ARCHIVE_DIR/completions"
cp -r ./cli/completions/{bash,fish,zsh} "$ARCHIVE_DIR/completions"
# base compressed package
pushd "${PKG_STAGING}/" >/dev/null
Expand Down

0 comments on commit 64b0ce5

Please sign in to comment.