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 62d5568 commit 1036c52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ 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
tree
- name: Upload
uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4
with:
pattern: ${{ matrix.os }}
path: ${{ matrix.os }}

release:
needs: build
Expand Down

0 comments on commit 1036c52

Please sign in to comment.