From 62d55687e2e00269625c46f071b91965ec6e0b76 Mon Sep 17 00:00:00 2001 From: Slava Date: Thu, 17 Oct 2024 14:42:36 +0200 Subject: [PATCH] up --- .github/workflows/build-and-release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 2593135..050393c 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -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