Skip to content

Commit

Permalink
fixing working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 15, 2024
1 parent e2510e2 commit 74b0a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

# add a step to copy the pi-gen/config file to pi-gen/.env:
- name: Copy .env file
run: cp pi-gen/config pi-gen/.env
run: cp aryaos/pi-gen/config aryaos/pi-gen/.env

- name: Load .env file
uses: xom9ikk/[email protected]
Expand Down

0 comments on commit 74b0a2e

Please sign in to comment.