diff --git a/apertis-ostree-commit.yaml b/apertis-ostree-commit.yaml
index 755a8cc3b3475a5c549de25325a19c8291a15827..d154ef5b79dd1a68c59a9ed9de8479b6d8b674c3 100644
--- a/apertis-ostree-commit.yaml
+++ b/apertis-ostree-commit.yaml
@@ -97,6 +97,11 @@ actions:
     chroot: false
     script: scripts/ostree-convert-from-debian
 
+  - action: run
+    description: List files on {{ $image }}
+    chroot: false
+    script: scripts/list-files "$ROOTDIR" | gzip > "${ARTIFACTDIR}/{{ $image }}.filelist.gz"
+
   - action: ostree-commit
     description: Commit to OSTree branch "{{ $branch }}" in repository "{{ $ostree }}"
     repository: {{ $ostree }}