From f77d7dccecb2158928a3abf381dd6657281293ee Mon Sep 17 00:00:00 2001 From: local-script Date: Tue, 20 May 2025 12:35:31 +0200 Subject: [PATCH] Fix Comments --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c39f3fee..00ffc22c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,8 +80,8 @@ jobs: - name: Download build artifacts uses: actions/download-artifact@v4 with: - name: drop Name of the artifact uploaded in previous steps - path: drop Local folder where artifacts are downloaded + name: drop # Name of the artifact uploaded in previous steps + path: drop # Local folder where artifacts are downloaded - name: Extract version from file name id: extract_version