Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaGanzin committed Oct 17, 2024
1 parent fd1262e commit 3d44feb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:
./${{ matrix.os }}/await --autocomplete-fish > ${{ matrix.os }}/await.fish
./${{ matrix.os }}/await --autocomplete-bash > ${{ matrix.os }}/await.bash
./${{ matrix.os }}/await --autocomplete-zsh > ${{ matrix.os }}/await.zsh
- name: tree
run: tree
ls -l
tree
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3d44feb

Please sign in to comment.