Skip to content

Commit 255bee6

Browse files
Merge pull request #318 from DattatreyaReddy/workflow
fixed workflow
2 parents 526cfd5 + 27f94b2 commit 255bee6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/setup-java@v3
6060
with:
6161
distribution: "zulu"
62-
java-version: "12.x"
62+
java-version: "17.x"
6363

6464
# Enable desktop support
6565
- name: Enable desktop support

.github/workflows/web.yml

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ jobs:
2121
- uses: subosito/flutter-action@v2
2222
with:
2323
channel: 'stable'
24+
25+
# Recreating the project
26+
- run: flutter doctor -v
27+
- uses: actions/checkout@v3
28+
# - run: flutter create .
29+
- run: flutter pub get
30+
- run: dart run build_runner build --delete-conflicting-outputs
31+
2432
- uses: bluefireteam/flutter-gh-pages@v7
2533
with:
2634
baseHref: /Tachidesk-Sorayomi/
35+
webRenderer: canvaskit

0 commit comments

Comments
 (0)