diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index a060f08..74f6624 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -20,7 +20,9 @@ jobs: steps: - name: 🚚 Get latest code uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.0 - name: Set up Python 3.11 + uses: actions/setup-python@v5.2.0 uses: actions/setup-python@v5.2.0 with: python-version: "3.11" @@ -34,6 +36,7 @@ jobs: ls python -c "import sys; print(sys.version)" # echo "$(pwd)/$LOCAL_ASSETS_FOLDER" + # echo "$(pwd)/$LOCAL_ASSETS_FOLDER" python scripts/download_markdown_files.py ${{ secrets.WEBDAV_HOSTNAME }} ${{ secrets.WEBDAV_USERNAME }} ${{ secrets.WEBDAV_PASSWORD }} ${{ secrets.REMOTE_BASE_PATH }} "$LOCAL_ASSETS_FOLDER" # echo "After executing .md deploy script the asset folder has following content:" # ls "$(pwd)/$LOCAL_ASSETS_FOLDER" @@ -43,17 +46,29 @@ jobs: # ls -R "$LOCAL_ASSETS_FOLDER/documents/books" # echo "Verifying downloaded files in $(pwd)/assets/documents/books/ folder:" # ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER/documents/books" + # echo "After executing .md deploy script the asset folder has following content:" + # ls "$(pwd)/$LOCAL_ASSETS_FOLDER" + # echo "Verifying downloaded files in assets folder:" + # ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER" + # echo "Verifying downloaded files in assets/documents/books/ folder:" + # ls -R "$LOCAL_ASSETS_FOLDER/documents/books" + # echo "Verifying downloaded files in $(pwd)/assets/documents/books/ folder:" + # ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER/documents/books" # - name: Verify downloaded files # run: | # echo "Verifying downloaded files in assets folder:" # ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER" + # - name: Verify downloaded files + # run: | + # echo "Verifying downloaded files in assets folder:" + # ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER" - name: Setup Flutter SDK uses: flutter-actions/setup-flutter@v3.6 with: channel: stable - version: 3.24.3 + version: 3.24.4 # Note: This workflow uses the latest stable version of the Dart SDK. # You can specify other versions if desired, see documentation here: diff --git a/external/jotrockenmitlockenrepo b/external/jotrockenmitlockenrepo index 098d404..e9d524b 160000 --- a/external/jotrockenmitlockenrepo +++ b/external/jotrockenmitlockenrepo @@ -1 +1 @@ -Subproject commit 098d404e782be60b6f243c4a50f21be59675421d +Subproject commit e9d524b6fc837a5ca37e4dc570def4958ec346b0 diff --git a/pubspec.yaml b/pubspec.yaml index 8138e51..faf7784 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ version: 1.3.5 environment: sdk: ">=3.4.4 <4.0.0" - flutter: ">=3.24.3" + flutter: ">=3.24.4" dependencies: flutter: