Fix YAML indentation and use python instead of python3
This commit is contained in:
@@ -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'):
|
||||||
|
|||||||
Reference in New Issue
Block a user