chore: bump version to 2.4.1

This commit is contained in:
Tunglies
2025-08-22 13:24:08 +08:00
Unverified
parent a9464ff776
commit 485fd0169b
6 changed files with 16 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ jobs:
TAG_COMMIT=$(git rev-list -n 1 $TAG_REF)
MAIN_COMMITS=$(git rev-list origin/main)
if echo "$MAIN_COMMITS" | grep -q "$TAG_COMMIT"; then
echo "✅ Tag $TAG_REF is from main branch"
else
@@ -224,8 +224,6 @@ jobs:
args: --target ${{ matrix.target }}
includeUpdaterJson: true
release-for-linux-arm:
name: Release Build for Linux ARM
needs: [check_tag_version]
@@ -521,7 +519,13 @@ jobs:
notify-telegram:
name: Notify Telegram
runs-on: ubuntu-latest
needs: [update_tag, release-update, release-update-for-fixed-webview2, submit-to-winget]
needs:
[
update_tag,
release-update,
release-update-for-fixed-webview2,
submit-to-winget,
]
steps:
- name: Checkout repository
uses: actions/checkout@v4