diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1988d932..6d69acd0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -311,12 +311,18 @@ jobs: name: cadt-mac-installer path: cadt-mac-installer - - name: Download Linux artifacts + - name: Download x64 Linux artifacts uses: actions/download-artifact@v4 with: name: cadt-linux-x64 path: cadt-linux-x64 + - name: Download arm64 Linux artifacts + uses: actions/download-artifact@v4 + with: + name: cadt-linux-arm64 + path: cadt-linux-arm64 + - name: Download Linux x64 deb uses: actions/download-artifact@v4 with: