fix: try to fix linux CI updater problem
This commit is contained in:
9
.github/workflows/alpha.yml
vendored
9
.github/workflows/alpha.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user