We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1901269 commit ae4a0c8Copy full SHA for ae4a0c8
.github/dependabot.yml
@@ -5,7 +5,7 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "cron"
8
- cronjob: "*/10 * * * *" # every 10 minutes UTC
+ cronjob: "15 * * * *" # every 15 minutes
9
open-pull-requests-limit: 1
10
allow:
11
- dependency-name: "flet*"
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Flet Build Linux
59
run: |
60
uv venv
61
- uv run --group dev flet build linux --yes --verbose --build-number=$BUILD_NUMBER --build-version=$BUILD_VERSION
+ uv run flet build linux --yes --verbose --build-number=$BUILD_NUMBER --build-version=$BUILD_VERSION
62
63
- name: Upload Linux Artifact
64
uses: actions/[email protected]
0 commit comments