From b03afeac38332009ebf19fb8e5fa4e063f32cde5 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Thu, 8 Jul 2021 17:55:37 -0700 Subject: [PATCH] Try using path as well --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad0192989..46db7db49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,6 +131,7 @@ jobs: - uses: actions/download-artifact@v2 with: name: cloudfire-${{ matrix.arch }} + path: cloudfire-${{ matrix.arch }} - run: .ci/build_deb.sh - uses: actions/upload-artifact@v2 with: @@ -168,6 +169,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: + path: cloudfire-${{ matrix.os }}_${{ matrix.arch }}.deb name: cloudfire-${{ matrix.os }}_${{ matrix.arch }}.deb - run: sudo apt-get install -q -y wireguard - name: Test Install package