From ac4ddb4e1c36b134c52b8ad21c8766059664c9c3 Mon Sep 17 00:00:00 2001 From: Dynesshely Date: Tue, 5 Mar 2024 19:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=F0=9F=94=A7=20Chore,=20Fix(Acti?= =?UTF-8?q?ons):=20Fixed=20path=20error.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_apk.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index fc057b4..8ce5441 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -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: |