Skip to content

Commit 126a93a

Browse files
authored
Merge pull request #112 from statping-ng/dev
[pull] master from statping-ng:dev
2 parents bcd1b5f + ad39c65 commit 126a93a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
needs: [ data, frontend ]
9898
runs-on: ubuntu-latest
9999
strategy:
100+
fail-fast: false
100101
matrix:
101102
platform: [ linux ]
102103
arch: [ 386, amd64, arm-7, arm-6, arm64 ]
@@ -462,13 +463,15 @@ jobs:
462463
steps:
463464
- uses: actions/download-artifact@v4
464465
with:
465-
pattern: binaries-*/*
466+
pattern: binaries-*
466467
path: binaries
468+
- name: list files
469+
run: find .
467470
- uses: ncipollo/release-action@v1
468471
with:
469472
allowUpdates: true
470473
artifactErrorsFailBuild: true
471-
artifacts: binaries/*
474+
artifacts: binaries/binaries-*/*
472475
draft: true
473476
generateReleaseNotes: true
474477
omitBodyDuringUpdate: true

0 commit comments

Comments
 (0)