Fix YAML indentation and use python instead of python3

This commit is contained in:
2026-06-07 20:24:40 +02:00
parent 46f3185699
commit 79054f0dd6
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Generate package list - name: Generate package list
run: | run: |
python3 -c " python -c "
import json, os, glob import json, os, glob
pkgs = [] pkgs = []
for f in glob.glob('/tmp/pkgout/*.pkg.tar.zst'): for f in glob.glob('/tmp/pkgout/*.pkg.tar.zst'):