mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-18 07:11:32 -08:00
Fix/watch fs large json (#657)
* fix: large json import still need to check identity * fix: show wiki server error by hide view * fix: possible loop when image load failed fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/562 * fix: more check and reduce logs * fix: sub wiki no sync notification fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/526 * fix: type * fix: update git sync js fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/515 * fix: msix not uploaded * typo * lint * Update comparison.ts
This commit is contained in:
parent
ccf825af06
commit
45e3f76da1
14 changed files with 248 additions and 108 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
draft: true
|
||||
generate_release_notes: true
|
||||
files: |
|
||||
${{ matrix.platform == 'win' && 'out/make/**/*.exe' || 'out/make/**/*' }}
|
||||
${{ matrix.platform == 'win' && 'out/make/**/*.{exe,msix,appx}' || 'out/make/**/*' }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue