Skip to content

Commit

Permalink
Merge multiple prebuilds (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Kasper Isager Dalsgarð <kasperisager@hey.com>
  • Loading branch information
yassernasc and kasperisager authored Oct 17, 2024
1 parent 642ce24 commit 9ffcf79
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,15 @@ jobs:
with:
name: ${{ matrix.platform }}-${{ matrix.arch }}${{ matrix.tags }}
path: prebuilds/*
merge:
needs: prebuild
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
path: prebuilds
merge-multiple: true
- uses: actions/upload-artifact@v4
with:
name: prebuilds
path: prebuilds

0 comments on commit 9ffcf79

Please sign in to comment.