From 818cafe11901a7c2a4af8d00a901a4f86a551911 Mon Sep 17 00:00:00 2001 From: Oleg Golberg Date: Thu, 4 Jan 2024 15:25:58 -0500 Subject: [PATCH] ls --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e839f0c..dc26a98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,8 @@ jobs: steps: - name: Download binary uses: actions/download-artifact@v4 + - name: ls + run: ls -lR - name: Release uses: softprops/action-gh-release@v1 with: