Skip to content

Commit

Permalink
feat: no need for two step now
Browse files Browse the repository at this point in the history
  • Loading branch information
vrince committed Apr 26, 2024
1 parent 4b6acc4 commit 084d77e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/beats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 084d77e

Please sign in to comment.