Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
acocalypso committed Apr 8, 2024
1 parent f0b7881 commit 166e469
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
Expand Down

0 comments on commit 166e469

Please sign in to comment.