Skip to content

Commit

Permalink
Merge pull request #318 from DattatreyaReddy/workflow
Browse files Browse the repository at this point in the history
fixed workflow
  • Loading branch information
DattatreyaReddy authored Feb 7, 2025
2 parents 526cfd5 + 27f94b2 commit 255bee6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "12.x"
java-version: "17.x"

# Enable desktop support
- name: Enable desktop support
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'

# Recreating the project
- run: flutter doctor -v
- uses: actions/checkout@v3
# - run: flutter create .
- run: flutter pub get
- run: dart run build_runner build --delete-conflicting-outputs

- uses: bluefireteam/flutter-gh-pages@v7
with:
baseHref: /Tachidesk-Sorayomi/
webRenderer: canvaskit

0 comments on commit 255bee6

Please sign in to comment.