From 084d77e4339a26faa3e232bf1ceb6d9dcc73ec06 Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Fri, 26 Apr 2024 18:24:46 +0000 Subject: [PATCH] feat: no need for two step now --- .github/workflows/beats.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/beats.yml b/.github/workflows/beats.yml index 227f441..3e8f55d 100644 --- a/.github/workflows/beats.yml +++ b/.github/workflows/beats.yml @@ -31,16 +31,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Build beat (tag) + - name: Build beat id: build-beat - if: "startsWith(github.ref, 'refs/tags/')" run: ./build.sh ${{ matrix.beat }} ${{ matrix.arch }} - - name: Build beat (master) - id: build-beat-master - if: "!startsWith(github.ref, 'refs/tags/')" - run: ./build.sh ${{ matrix.beat }} ${{ matrix.arch }} master - - uses: actions/upload-artifact@v2 if: startsWith(github.ref, 'refs/tags/') with: