From 8886313ba9196d54fe650534cbfd56f678383bdf Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 09:24:06 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b569258..0462e0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,11 +100,12 @@ jobs: steps: - name: Download all binaries uses: actions/download-artifact@v3 + id: download - name: Checkout into repo uses: actions/checkout@v2 - - name: Print current directory + - name: Print download directory run: | - ls -la + echo ${{steps.download.outputs.download-path}} - name: Upload binaries to GitHub Release uses: ncipollo/release-action@v1 with: