From 85aa6ca90b141231ffcf3a6a78fcce3ab738fdce Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Fri, 9 Jul 2021 08:49:55 -0700 Subject: [PATCH] I think I figured it out --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52b3da472..24f5f5423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,9 +180,9 @@ jobs: - uses: actions/download-artifact@v2 with: name: deb - path: cloudfire_${{ matrix.os }}_${{ matrix.arch }}.deb + path: ./ - run: | - ls -l cloudfire_${{ matrix.os }}_${{ matrix.arch }}.deb + ls -lR cloudfire* - run: sudo apt-get install -q -y wireguard - name: Test Install package env: