From dcc27d2d82ebd71fd15ebc3017ee6bd58fce4c07 Mon Sep 17 00:00:00 2001 From: Phill <50775241+Phill030@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:38:08 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 05066cd..3d30c94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,6 +60,8 @@ jobs: - uses: actions/download-artifact@v3 - name: Display structure of downloaded files run: ls -al + - name: Display structure of downloaded files 2 + run: ls -al linux-executable/ - uses: actions/download-artifact@v2 with: name: linux-executable