Currently, one has to duplicate all local files that are included in the package as part of assets. However, the action already knows which files should be present: It is specified in the source array.
PKGBUILD files are valid shell scripts. Wouldn't it make more sense to do source PKGBUILD and then iterate over source and copy everything that doesn't start with http://?
Currently, one has to duplicate all local files that are included in the package as part of
assets. However, the action already knows which files should be present: It is specified in thesourcearray.PKGBUILDfiles are valid shell scripts. Wouldn't it make more sense to dosource PKGBUILDand then iterate oversourceand copy everything that doesn't start withhttp://?