From 910de8f97533fde1a14342454afb3114fdad2912 Mon Sep 17 00:00:00 2001 From: sangeetha-nayak Date: Sat, 28 Oct 2023 17:04:54 +0530 Subject: [PATCH] small fixes --- .github/workflows/sample-test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sample-test.yml b/.github/workflows/sample-test.yml index 8beafcb4..f3cc1c7b 100644 --- a/.github/workflows/sample-test.yml +++ b/.github/workflows/sample-test.yml @@ -117,13 +117,13 @@ jobs: path: ${{ steps.workflow.outputs.DIST }} - name: Download Bluehost Plugin - id: download-artifact - uses: dawidd6/action-download-artifact@v2 - with: - workflow: bluehost-plugin.yml - workflow_conclusion: success - name: bluehost-wordpress-plugin - path: ${{ steps.workflow.outputs.DIST }}/${{ steps.workflow.outputs.PACKAGE }} + id: download-artifact + uses: dawidd6/action-download-artifact@v2 + with: + workflow: bluehost-plugin.yml + workflow_conclusion: success + name: bluehost-wordpress-plugin + path: ${{ steps.workflow.outputs.DIST }}/${{ steps.workflow.outputs.PACKAGE }} - name: List Distribution Files working-directory: ${{ steps.workflow.outputs.DIST }}