mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-04 05:50:42 +00:00
ci: fix deploy script for completion directory copy (#577)
Adds an explicit mkdir to the completions directory. No idea why it was bugging out before though, it worked fine on nightly builds.
This commit is contained in:
@@ -224,7 +224,8 @@ jobs:
|
||||
- name: Move autocomplete to working directory
|
||||
shell: bash
|
||||
run: |
|
||||
cp -r ./target/${{ matrix.triple.target }}/release/build/bottom-*/out completion
|
||||
mkdir completion
|
||||
cp -r ./target/${{ matrix.triple.target }}/release/build/bottom-*/out/. completion
|
||||
|
||||
- name: Strip release binary (macOS or Linux x86-64/i686)
|
||||
if: matrix.triple.strip == true
|
||||
|
||||
Reference in New Issue
Block a user