From 166e469ecc1ef6584a8875772dedcd7cddbcc697 Mon Sep 17 00:00:00 2001 From: acocalypso Date: Mon, 8 Apr 2024 16:26:14 +0200 Subject: [PATCH] testing --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57d96a7..e9588f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: path: DwarfStellariumGoto.zip - name: install frontend dependencies - run: npm install + run: npm install - uses: tauri-apps/tauri-action@v0 id: tauri_release env: @@ -63,6 +63,8 @@ jobs: releaseBody: 'See the assets to download this version and install.' releaseDraft: false prerelease: false + includeUpdaterJson: true + updaterJsonKeepUniversal: false - name: Release with ncipollo/release-action if: matrix.platform == 'ubuntu-20.04'