File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 bundle : msi
1414 - os : ubuntu-latest
1515 bundle : deb
16+ - os : ubuntu-latest
17+ bundle : rpm
18+ - os : ubuntu-latest
19+ bundle : appimage
1620 fail-fast : false
1721
1822 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -33,12 +33,18 @@ jobs:
3333 strategy :
3434 matrix :
3535 include :
36- - os : windows-latest
37- bundle : msi
38- artifact-path : src-tauri/target/release/bundle/msi/*.msi
3936 - os : ubuntu-latest
4037 bundle : deb
4138 artifact-path : src-tauri/target/release/bundle/deb/*.deb
39+ - os : ubuntu-latest
40+ bundle : rpm
41+ artifact-path : src-tauri/target/release/bundle/rpm/*.rpm
42+ - os : ubuntu-latest
43+ bundle : appimage
44+ artifact-path : src-tauri/target/release/bundle/appimage/*.AppImage
45+ - os : windows-latest
46+ bundle : msi
47+ artifact-path : src-tauri/target/release/bundle/msi/*.msi
4248 fail-fast : false
4349 runs-on : ${{ matrix.os }}
4450 steps :
You can’t perform that action at this time.
0 commit comments