From d46800c8a345b4614bf52fb874de85022482aa82 Mon Sep 17 00:00:00 2001 From: Thiago Saife Date: Thu, 11 Jan 2024 17:15:48 -0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fb65081..6a7a9010 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,12 +18,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Download build artifact - uses: actions/download-artifact@v2 - with: - name: dist - path: dist - - name: Setup Node uses: actions/setup-node@v2 with: