riege / rpm-build

Universal Permissive License v1.0
1 stars 0 forks source link

Download build artifacts before RPMifying #3

Closed wiebeck closed 2 years ago

wiebeck commented 2 years ago

RPMifying applications usually require the app to be "built" first - in another workflow job. This "build" job can upload the build artifact. The "rpm" job then needs to download the artifact again before it can proceed building the RPM.

This PR introduces an optional input variable build_artifact that - if given - downloads the artifact into the SOURCES directory.