fix: try to fix linux CI updater problem

This commit is contained in:
wonfen
2025-02-11 00:48:16 +08:00
Unverified
parent c4d6c167a2
commit 26ca4670ad
2 changed files with 19 additions and 8 deletions

View File

@@ -70,6 +70,15 @@ jobs:
pnpm i
pnpm check ${{ matrix.target }}
- name: Prepare Updater Files
run: |
mkdir -p updater
echo '{
"version": "'$(cat package.json | jq -r .version)'",
"notes": "More new features are now supported.",
"pub_date": "'$(date -u +"%Y-%m-%dT%H:%M:%SZ")'"
}' > updater/update.json
- name: Tauri build
uses: tauri-apps/tauri-action@v0
env: