From 47960c74ac34cadb6f20d96b51b195f3f185ba35 Mon Sep 17 00:00:00 2001 From: Vladimir Avtsenov Date: Sat, 15 Feb 2025 01:20:49 +0300 Subject: [PATCH] debug --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 140710f..91d4b1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,11 +58,15 @@ jobs: run: | ARCH=${{ matrix.arch }} GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} GOMIPS=${{ matrix.gomips }} GOARM=${{ matrix.goarm }} make + - name: List of files + run: | + ls ./.build -1 + - name: Upload artifact uses: actions/upload-artifact@v3 with: name: entware_${{ matrix.arch }} - path: .build/magitrickle_?_${{ matrix.arch }}.ipk + path: ./.build/magitrickle_?_${{ matrix.arch }}.ipk if-no-files-found: error - name: Upload asset to release