We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332cf62 commit 07e5fbfCopy full SHA for 07e5fbf
1 file changed
.github/workflows/release.yml
@@ -54,6 +54,10 @@ jobs:
54
wails build -platform linux/amd64 -tags webkit2_41
55
mv build/bin/llm-desk build/bin/llm-desk-linux-amd64
56
57
+ - name: Install NSIS
58
+ if: runner.os == 'Windows'
59
+ run: choco install nsis
60
+
61
- name: Build (Windows)
62
if: runner.os == 'Windows'
63
run: |
@@ -82,9 +86,6 @@ jobs:
82
86
if: startsWith(github.ref, 'refs/tags/')
83
87
with:
84
88
files: |
85
- build/bin/llm-desk-linux-amd64
- build/bin/llm-desk-windows-amd64.exe
- build/bin/llm-desk-windows-amd64-installer.exe
- build/bin/llm-desk-darwin-universal.dmg
89
+ build/bin/llm-desk-*
90
env:
91
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments