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 076966d commit 1905056
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,13 @@ jobs:
./${{ matrix.os }}/await --autocomplete-bash > ${{ matrix.os }}/await.bash
./${{ matrix.os }}/await --autocomplete-zsh > ${{ matrix.os }}/await.zsh
- name: Tree
if: matrix.os == 'ubuntu-latest'
run: tree

- uses: actions/upload-artifact@v4
with:
name: await-${{ matrix.os }}
path: ${{ matrix.os }}

release:
Expand Down

0 comments on commit 1905056

Please sign in to comment.