Skip to content

Commit 2816bbe

Browse files
committed
testing changes
1 parent 867f257 commit 2816bbe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pi-gen.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
# - name: Create shared_files directory
3434
# run: cp -pr shared_files pi-gen/
3535

36+
- name: Set current working directory
37+
run: echo "GITHUB_CWD=$(pwd)" >> $GITHUB_ENV
38+
3639
- name: Build AryaOS image
3740
uses: usimd/pi-gen-action@v1
3841
id: build
@@ -56,7 +59,7 @@ jobs:
5659
password: ${{ env.FIRST_USER_PASS || 'aryaos415' }}
5760
pi-gen-release: ${{ env.PI_GEN_RELEASE || 'AryaOS' }}
5861
release: ${{ env.RELEASE || 'bookworm' }}
59-
stage-list: "stage0 stage1 stage2 ../../stages/stage-base"
62+
stage-list: "stage0 stage1 stage2 ${{ GITHUB_CWD }}/stages/stage-base"
6063
wpa-country: ${{ env.WPA_COUNTRY || 'US' }}
6164
wpa-essid: ${{ env.WPA_ESSID || 'AryaOS-WiFi' }}
6265
wpa-password: ${{ env.WPA_PASSWORD || 'aryaos415' }}

0 commit comments

Comments
 (0)