Skip to content

Commit

Permalink
Merge pull request #112 from statping-ng/dev
Browse files Browse the repository at this point in the history
[pull] master from statping-ng:dev
  • Loading branch information
pull[bot] authored Jan 15, 2025
2 parents bcd1b5f + ad39c65 commit 126a93a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
needs: [ data, frontend ]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform: [ linux ]
arch: [ 386, amd64, arm-7, arm-6, arm64 ]
Expand Down Expand Up @@ -462,13 +463,15 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: binaries-*/*
pattern: binaries-*
path: binaries
- name: list files
run: find .
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: binaries/*
artifacts: binaries/binaries-*/*
draft: true
generateReleaseNotes: true
omitBodyDuringUpdate: true
Expand Down

0 comments on commit 126a93a

Please sign in to comment.