Skip to content

Commit

Permalink
step id error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveenraj M committed Mar 30, 2020
1 parent b586d2c commit 93806ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93806ed

Please sign in to comment.