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 74b0a2e commit 0905bea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:

# add a step to copy the pi-gen/config file to pi-gen/.env:
- name: Copy .env file
run: cp aryaos/pi-gen/config aryaos/pi-gen/.env
run: |
ls -al
cp aryaos/pi-gen/config aryaos/pi-gen/.env
- name: Load .env file
uses: xom9ikk/dotenv@v2.3.0
Expand Down

0 comments on commit 0905bea

Please sign in to comment.