From 2a28b742c8ebfd4cc31e82130fed75bc1952815e Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Thu, 8 Jul 2021 21:37:36 -0700 Subject: [PATCH] LS --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46db7db49..2edfaea74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,6 +133,8 @@ jobs: name: cloudfire-${{ matrix.arch }} path: cloudfire-${{ matrix.arch }} - run: .ci/build_deb.sh + - run: | + ls -lR - uses: actions/upload-artifact@v2 with: name: cloudfire_${{ matrix.os }}_${{ matrix.arch }}.deb @@ -150,8 +152,8 @@ jobs: os: [ubuntu-18.04, ubuntu-20.04] env: - MATRIX_ARCH: ${{ matrix.arch }} MATRIX_OS: ${{ matrix.os }} + MATRIX_ARCH: ${{ matrix.arch }} services: postgres: image: postgres:${{ matrix.postgres }}