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: