diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37a7863..b48eacd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,36 +138,12 @@ jobs: repository: ${{ github.event.inputs.repo }} ref: ${{ github.event.inputs.rev }} fetch-depth: 0 - - #- name: Download Windows x86 binaries - # uses: actions/download-artifact@v4 - # with: - # name: natives-win_x86_32 - - - name: Download Windows x86_64 binaries - uses: actions/download-artifact@v4 - with: - name: natives-win_x86_64 - - - name: Download MacOS x86_64 binaries - uses: actions/download-artifact@v4 - with: - name: natives-mac_x86_64 - - - name: Download MacOS ARM64 binaries - uses: actions/download-artifact@v4 - with: - name: natives-mac_arm_64 - - - name: Download Linux x86_64 binaries - uses: actions/download-artifact@v4 - with: - name: natives-linux_x86_64 - - name: Download Linux ARM64 binaries + - name: Download native binaries uses: actions/download-artifact@v4 with: - name: natives-linux_arm_64 + pattern: natives-* + merge-multiple: true - name: Extract all binaries run: |