diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3eb3e9c1..52033434d 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 - name: Bun deploy (others) if: matrix.os != 'ubuntu-24-arm' run: | bun run deploy:electron + ls - 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 - name: Upload Artifact uses: actions/upload-artifact@v3