From d98e155041742a766d8dc8d11e0882e7ce5ce225 Mon Sep 17 00:00:00 2001 From: Rafael Araujo Lehmkuhl Date: Tue, 15 Oct 2024 18:32:22 -0300 Subject: [PATCH] print names of the available files after electron-builder run --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3eb3e9c1..76dd6dd7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,11 +124,13 @@ jobs: if: matrix.os == 'ubuntu-24-arm' run: | SNAPCRAFT_BUILD_ENVIRONMENT="host" bun run deploy:electron + ls dist - name: Bun deploy (others) if: matrix.os != 'ubuntu-24-arm' run: | bun run deploy:electron + ls dist - name: Upload binary artifact uses: actions/upload-artifact@v3 @@ -228,6 +230,7 @@ jobs: bun install --frozen-lockfile bun run build env DEBUG="@malept/flatpak-bundler" bun run deploy:flatpak + ls dist - name: Upload Artifact uses: actions/upload-artifact@v3