Revert "💚 调整构建版本"

This reverts commit bba700f806.
This commit is contained in:
BTMuli
2025-07-14 15:24:05 +08:00
parent bba700f806
commit 03e7a3ce0e

View File

@@ -1,6 +1,5 @@
name: Publish Release
on:
workflow_dispatch:
push:
tags:
- v*
@@ -61,7 +60,7 @@ jobs:
run: pnpm install
- name: Build app
uses: tauri-apps/tauri-action@v0.5.22
uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: