Skip to content
Merged
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
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: macOS (Apple Silicon)
os: macos-latest
artifact-name: macos-arm64
- name: Windows
os: windows-latest
artifact-name: windows

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -71,6 +74,8 @@ jobs:
src-tauri/target/release/bundle/appimage/*.AppImage
src-tauri/target/release/bundle/dmg/*.dmg
src-tauri/target/release/bundle/macos/*.app
src-tauri/target/release/bundle/msi/*.msi
src-tauri/target/release/bundle/nsis/*.exe
if-no-files-found: ignore

release:
Expand Down Expand Up @@ -100,3 +105,5 @@ jobs:
artifacts/**/*.rpm
artifacts/**/*.AppImage
artifacts/**/*.dmg
artifacts/**/*.msi
artifacts/**/*.exe
Loading