Merge branch 'dev'

This commit is contained in:
viarotel 2024-12-01 01:32:45 +08:00
commit 99e1eadace

16
.github/workflows/sync-homebrew.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: sync-homebrew
on:
workflow_dispatch:
jobs:
sync-homebrew:
runs-on: macos-latest
steps:
- uses: macauley/action-homebrew-bump-cask@v1
with:
token: ${{secrets.GH_TOKEN}}
tap: viarotel-org/escrcpy
cask: escrcpy
livecheck: true
dryrun: true