We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21d130 commit e76668cCopy full SHA for e76668c
.github/workflows/pi-gen.yml
@@ -33,18 +33,6 @@ jobs:
33
# - name: Create shared_files directory
34
# run: cp -pr shared_files pi-gen/
35
36
- - name: list dir
37
- run: |
38
- pwd
39
- echo "Listing files in the home directory:"
40
- ls -al ~
41
- echo "Listing files up one directory:"
42
- ls -al ..
43
- echo "Listing files in the current directory:"
44
- ls -la
45
- echo "Listing files in the pi-gen directory:"
46
- ls -la pi-gen
47
-
48
- name: Build AryaOS image
49
uses: usimd/pi-gen-action@v1
50
id: build
@@ -77,6 +65,13 @@ jobs:
77
65
pi-gen-version: arm64
78
66
verbose-output: true
79
67
68
+
69
+ - name: list dir
70
+ run: |
71
+ ls -al
72
+ ls -al pi-gen
73
+ ls -al pi-gen/build
74
80
75
- name: Upload Pi-Gen artifact.
81
76
uses: actions/upload-artifact@v4
82
with:
0 commit comments