Skip to content

Commit d2d73d1

Browse files
author
SutekhVRC
committed
Update build and test actions
1 parent 105c8ff commit d2d73d1

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
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 }}

.github/workflows/test.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)