Skip to content

Commit e76668c

Browse files
committed
testing changes
1 parent a21d130 commit e76668c

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.github/workflows/pi-gen.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ jobs:
3333
# - name: Create shared_files directory
3434
# run: cp -pr shared_files pi-gen/
3535

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-
4836
- name: Build AryaOS image
4937
uses: usimd/pi-gen-action@v1
5038
id: build
@@ -77,6 +65,13 @@ jobs:
7765
pi-gen-version: arm64
7866
verbose-output: true
7967

68+
69+
- name: list dir
70+
run: |
71+
ls -al
72+
ls -al pi-gen
73+
ls -al pi-gen/build
74+
8075
- name: Upload Pi-Gen artifact.
8176
uses: actions/upload-artifact@v4
8277
with:

0 commit comments

Comments
 (0)