We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3bc56 commit b097ec0Copy full SHA for b097ec0
.github/workflows/release.yml
@@ -10,8 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- # platform: [macos-latest, ubuntu-latest, windows-latest]
14
- platform: [macos-latest, ubuntu-latest]
+ platform: [macos-latest, ubuntu-latest, windows-latest]
15
16
runs-on: ${{ matrix.platform }}
17
steps:
@@ -37,7 +36,7 @@ jobs:
37
36
version: latest
38
39
# Install rsw
40
- - name: install rsw
+ - name: Install rsw
41
run: cargo install rsw
42
43
# Cache
@@ -55,8 +54,8 @@ jobs:
55
54
${{ runner.os }}-yarn-
56
57
# Install & Build
58
- - name: install app dependencies and build it
59
- run: yarn && yarn build
+ - name: Install app dependencies and build it
+ run: yarn && yarn tauri build
60
- uses: tauri-apps/tauri-action@v0
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments