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 3d44feb commit 62d5568
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,15 @@ jobs:
gcc await.c -o ${{ matrix.os }}/await -lpthread
- name: Generate autocompletion scripts
if: matrix.os == 'ubuntu-latest'
run: |
./${{ 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
ls -l
tree
- name: Upload
uses: actions/upload-artifact@v4
with:
path: .
pattern: ${{ matrix.os }}

release:
needs: build
Expand Down

0 comments on commit 62d5568

Please sign in to comment.