From 6d0e5cf1344031d2c6e8e3da38ffe321c5c951a0 Mon Sep 17 00:00:00 2001 From: xoka74 Date: Mon, 15 Jul 2024 02:53:18 +0500 Subject: [PATCH] test --- .github/workflows/github-actions-demo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index fdc6596..f3c5fec 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -8,8 +8,8 @@ jobs: - name: Install fvm run: curl -fsSL https://fvm.app/install.sh | bash - name: Download or check flutter by fvm - run: | - cd ${{ github.workspace }} - fvm install + working-directory: ${{ github.workspace }} + run: fvm install - name: Build web application + working-directory: ${{ github.workspace }} run: fvm flutter build web \ No newline at end of file