Forgot that actions/flutter-common needs the flutter code in the current working directory...

This commit is contained in:
Roland Geider
2025-06-17 22:17:34 +02:00
parent 58ce52235b
commit cd808ae741

View File

@@ -53,11 +53,9 @@ jobs:
steps:
- name: Checkout application
uses: actions/checkout@v4
with:
path: main
- name: Common setup
uses: ./main/.github/actions/flutter-common
uses: ./.github/actions/flutter-common
- name: Checkout application
uses: actions/checkout@v4