From 93806edd55eca944b66d882fbee23591e4738a39 Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Mon, 30 Mar 2020 21:10:46 +0530 Subject: [PATCH] step id error fix --- .github/workflows/release-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index fd5dbaf..4e76e2e 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -43,7 +43,7 @@ jobs: # Artifact name name: Source RPM # Directory containing files to upload - path: ${{steps.rpm.outputs.source_rpm_path}} + path: ${{steps.rpm_build.outputs.source_rpm_path}} - name: Upload Release Asset id: upload-release-asset