💚 调整构建版本

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