Skip to content

Commit

Permalink
chore: nightly build env file dir correct (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor authored Nov 4, 2024
1 parent 3df6b6c commit af728b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: timheuer/[email protected]
with:
fileName: ".env"
fileDir: "."
fileDir: "./example"
encodedString: ${{ secrets.EXAMPLE_APP_ENV_FILE_PROD_BASE64 }}

- run: flutter pub get
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: timheuer/[email protected]
with:
fileName: ".env"
fileDir: "."
fileDir: "./example"
encodedString: ${{ secrets.EXAMPLE_APP_ENV_FILE_PROD_BASE64 }}

- run: flutter pub get
Expand Down

0 comments on commit af728b1

Please sign in to comment.