From c5d98ce66aaced7c17eb3a522202f647f430d863 Mon Sep 17 00:00:00 2001 From: Vinicius Date: Mon, 8 Jul 2024 17:32:32 +0000 Subject: [PATCH] Fixing `Release Workflow` duplicated `id` --- .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 ba14c53..1f515f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Download build artifact - id: download-artifact + id: download-build-artifact uses: actions/download-artifact@v4 with: name: artifacts @@ -73,7 +73,7 @@ jobs: run: ls ./artifacts/**/* - name: Download documentation artifact - id: download-artifact + id: download-documentation-artifact uses: actions/download-artifact@v4 with: name: documentation