flatpak-github-actions icon indicating copy to clipboard operation
flatpak-github-actions copied to clipboard

flatpak-builder: add configuration option for local repository path

Open twelho opened this issue 2 years ago • 0 comments

Enables the user to configure the local repository path/name for flatpak-builder instead of hard-coding it as repo. This is useful actions workflows that directly export artifacts into a separate, local repository, see for example here. I've renamed localRepoName to localRepoPath in flat-manager as well for consistency and since it should be a real filesystem path, but don't have enough context on how to best solve the FIXME in there.

twelho avatar Jun 06 '23 21:06 twelho