From 64ede781496d4da4fa5213b8980746dfc0e9fdd4 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 09:10:55 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c26c78e5..b5692587 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,6 +102,9 @@ jobs: uses: actions/download-artifact@v3 - name: Checkout into repo uses: actions/checkout@v2 + - name: Print current directory + run: | + ls -la - name: Upload binaries to GitHub Release uses: ncipollo/release-action@v1 with: