Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/deploy-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ steps.artifact.outputs.artifact-ref }}
- name: Install 7zip
run: choco install -y 7zip
- name: Unpack exe
run: 7z x ${{ steps.artifact.outputs.artifact }} -o${{ steps.artifact.outputs.binary-name }}
- name: Run application binary
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a name="v0.8.4"></a>

## v0.8.4 (2026-02-17)
## v0.8.4 (2026-02-21)

### Release notes

Expand Down
Loading