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
run: |
python3 -c "
python -c "
import json, os, glob
pkgs = []
for f in glob.glob('/tmp/pkgout/*.pkg.tar.zst'):