Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaGanzin committed Aug 3, 2024
1 parent 3ddb92e commit 3fe0751
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ jobs:
run: |
mkdir -p releases
mkdir -p autocompletions
if [ ${{ matrix.os }} == 'macos-latest' ]; then
./await --autocomplete-fish > autocompletions/await.fish
./await --autocomplete-bash > autocompletions/await.bash
./await --autocomplete-zsh > autocompletions/await.zsh
end
./await --autocomplete-fish > autocompletions/await.fish
./await --autocomplete-bash > autocompletions/await.bash
./await --autocomplete-zsh > autocompletions/await.zsh
- name: Move binary to release directory
run: |
Expand Down

0 comments on commit 3fe0751

Please sign in to comment.