Skip to content

Commit

Permalink
feat: fix run insead of use to build
Browse files Browse the repository at this point in the history
  • Loading branch information
vrince committed Apr 26, 2024
1 parent d19bb68 commit 6e59de7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/beats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ jobs:
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}

- name: Build beat (on arch)
- name: Build beat
id: build-beat
with:
arch: ${{ matrix.arch }}
githubToken: ${{ github.token }}
run: |
./build.sh ${{ matrix.beat }} ${{ matrix.arch }} ${{ steps.vars.outputs.tag }}
run: ./build.sh ${{ matrix.beat }} ${{ matrix.arch }} ${{ steps.vars.outputs.tag }}

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6e59de7

Please sign in to comment.