Skip to content

Commit 07e5fbf

Browse files
author
shanroislamdev
committed
fix(ci): correct installer generation and upload
1 parent 332cf62 commit 07e5fbf

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
wails build -platform linux/amd64 -tags webkit2_41
5555
mv build/bin/llm-desk build/bin/llm-desk-linux-amd64
5656
57+
- name: Install NSIS
58+
if: runner.os == 'Windows'
59+
run: choco install nsis
60+
5761
- name: Build (Windows)
5862
if: runner.os == 'Windows'
5963
run: |
@@ -82,9 +86,6 @@ jobs:
8286
if: startsWith(github.ref, 'refs/tags/')
8387
with:
8488
files: |
85-
build/bin/llm-desk-linux-amd64
86-
build/bin/llm-desk-windows-amd64.exe
87-
build/bin/llm-desk-windows-amd64-installer.exe
88-
build/bin/llm-desk-darwin-universal.dmg
89+
build/bin/llm-desk-*
8990
env:
9091
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)