Skip to content

Commit

Permalink
packit: fix files_to_sync
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed May 18, 2023
1 parent a1fd873 commit e87dd74
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
specfile_path: .distro/sscg.spec

files_to_sync:
- .distro/sscg.spec
- .packit.yaml
- get_current_version.sh
- src: .distro/sscg.spec
dest: sscg.spec
- src: .packit.yaml
dest: .packit.yaml
- src: get_current_version.sh
dest: get_current_version.sh

sync_changelog: true

Expand Down

0 comments on commit e87dd74

Please sign in to comment.