Skip to content

Commit

Permalink
Merge branch 'dev=main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 5, 2024
2 parents 1c203b6 + ac4ddb4 commit 38d98e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

- name: "Setting environment"
run: |
echo "$PWD/.flutter/" >> $GITHUB_PATH
echo "$(pwd)/.flutter/bin"
echo "$(pwd)/.flutter/bin" >> $GITHUB_PATH
- name: "[Debug] Flutter Version"
run: |
Expand Down

0 comments on commit 38d98e2

Please sign in to comment.