Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically copy all local source files #36

Open
thomaseizinger opened this issue Oct 12, 2023 · 1 comment
Open

Automatically copy all local source files #36

thomaseizinger opened this issue Oct 12, 2023 · 1 comment

Comments

@thomaseizinger
Copy link

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://?

@KSXGitHub
Copy link
Owner

If your PKGBUILD was generated, you can have one source of truth for both assets and PKGBUILD#source.

I also welcome PR to implement new feature, as long as it doesn't break backward-compatibility and error-prone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants