From 682d257b49ae335e96b671d8671ab80a6ce4f162 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 00:35:36 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea5a5c4..79159ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,9 +47,6 @@ jobs: yarn install yarn build --outDir ../client cd .. - - name: Print working directory - run: | - ls -la - name: Setup Python 3.10 uses: actions/setup-python@v2 with: @@ -92,6 +89,8 @@ jobs: steps: - name: Download all binaries uses: actions/download-artifact@v3 + - name: Checkout into repo + uses: actions/checkout@v2 - name: Upload binaries to GitHub Release uses: ncipollo/release-action@v1 with: