diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 34654482..17ebed89 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -8,6 +8,6 @@ on: jobs: build: - uses: ./.github/workflows/reusable/reusable-build-linux.yml + uses: ./.github/workflows/reusable-build-linux.yml with: flutter_version: '3.19.5' \ No newline at end of file diff --git a/.github/workflows/reusable/reusable-build-linux.yml b/.github/workflows/reusable-build-linux.yml similarity index 100% rename from .github/workflows/reusable/reusable-build-linux.yml rename to .github/workflows/reusable-build-linux.yml