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