Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Nov 21, 2023
1 parent 6330641 commit ba60eb5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions scripts/package-release-assets.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#!/usr/bin/env bash

set -e
ls
echo "-------------"
ls -F
mkdir release
ls
echo "-------------"
ls -F
cd artifacts
ls

for dir in ouch-*; do
ls
echo "-------------"
ls -F
cp -r ouch_artifacts "$dir/completions"
mkdir "$dir/man"
mv "$dir"/completions/*.1 "$dir/man"
Expand Down

0 comments on commit ba60eb5

Please sign in to comment.