diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9e7707..0e5dcd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,17 +75,23 @@ jobs: runs-on: ubuntu-latest needs: [get-tag, build-image, build-binary] steps: - - name: Download arm64 binary - uses: actions/download-artifact@v4 - with: - name: cup-linux-aarch64 - path: cup-linux-aarch64 + # - name: Download arm64 binary + # uses: actions/download-artifact@v4 + # with: + # name: cup-linux-aarch64 + # path: cup-linux-aarch64 - - name: Download x86 binary + # - name: Download x86 binary + # uses: actions/download-artifact@v4 + # with: + # name: cup-linux-x86_64 + # path: cup-linux-x86_64 + + - name: Download binaries uses: actions/download-artifact@v4 - with: - name: cup-linux-x86_64 - path: cup-linux-x86_64 + + - name: Debug + run: ls - name: Extract and rename binaries run: |