💚 调整构建版本

This commit is contained in:
BTMuli
2025-07-07 13:28:47 +08:00
parent 728a38edaf
commit bba700f806

View File

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