From e8ec98515614c785fd14c01df1252849e35928e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Chodo=C5=82a?= <43241881+kamilchodola@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:46:02 +0100 Subject: [PATCH] Fix checkout paths (#6451) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kamil ChodoĊ‚a --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 700cb010220..b344bb08321 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,8 +116,6 @@ jobs: steps: - name: Check out Nethermind repository uses: actions/checkout@v4 - with: - path: nethermind - name: Download artifacts uses: actions/download-artifact@v4 with: @@ -141,8 +139,6 @@ jobs: steps: - name: Check out Nethermind repository uses: actions/checkout@v4 - with: - path: nethermind - name: Download artifacts uses: actions/download-artifact@v4 with: