Skip to content

Commit

Permalink
Dev (#51)
Browse files Browse the repository at this point in the history
* pumping up versions

* pumping up flutter version

---------

Co-authored-by: Jonas Heinle <[email protected]>
Co-authored-by: jones <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 7ca7646 commit 079c2cd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
steps:
- name: 🚚 Get latest code
uses: actions/[email protected]
uses: actions/[email protected]
- name: Set up Python 3.11
uses: actions/[email protected]
uses: actions/[email protected]
with:
python-version: "3.11"
Expand All @@ -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"
Expand All @@ -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/[email protected]
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:
Expand Down
2 changes: 1 addition & 1 deletion external/jotrockenmitlockenrepo
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 079c2cd

Please sign in to comment.