File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -276,9 +276,6 @@ jobs:
276
276
# Step 6: Build the Linux application
277
277
- name : Build Flutter Linux app
278
278
run : flutter build linux
279
-
280
-
281
-
282
279
# Step 7: Archive the app
283
280
- name : Archive app
284
281
uses : thedoctor0/zip-release@master
@@ -297,22 +294,6 @@ jobs:
297
294
upload-to-folder-id : ${{secrets.GOOGLE_FOLDER_MAIN}}
298
295
service-account-json : " ${{secrets.GOOGLE_KEY}}"
299
296
overrwrite : true
300
- # Store File ID in latest.txt
301
- - name : Store File ID
302
- env :
303
- FILE_ID : ${{steps.gdriveUpload.outputs.file-id}}
304
-
305
- run : |
306
- echo "$FILE_ID" > scripts/latest.txt
307
- echo "$FILE_ID"
308
-
309
- # Push updated latest.txt back to repository
310
- - name : Push updated latest.txt
311
- uses : EndBug/add-and-commit@v9
312
- with :
313
- add : " scripts/latest.txt"
314
- message : " [skip ci] Update latest.txt with new File ID"
315
-
316
297
build_ios :
317
298
runs-on : macos-latest
318
299
if : contains(github.event.head_commit.message, '[build.ios]') || contains(github.event.head_commit.message, '[build.all]')
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ check_dependencies() {
382
382
if command -v pkg-config > /dev/null 2>&1 ; then
383
383
# Check for WebKit2GTK with fallback to older version
384
384
if ! pkg-config --exists webkit2gtk-4.1 2> /dev/null; then
385
- if ! pkg-config --exists webkit2gtk -4.1-0 2> /dev/null; then
385
+ if ! pkg-config --exists libwebkit2gtk -4.1-0 2> /dev/null; then
386
386
missing_deps+=(" webkit2gtk" )
387
387
fi
388
388
fi
You can’t perform that action at this time.
0 commit comments