Skip to content

Commit b097ec0

Browse files
committed
chore: action
1 parent 9e3bc56 commit b097ec0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
# platform: [macos-latest, ubuntu-latest, windows-latest]
14-
platform: [macos-latest, ubuntu-latest]
13+
platform: [macos-latest, ubuntu-latest, windows-latest]
1514

1615
runs-on: ${{ matrix.platform }}
1716
steps:
@@ -37,7 +36,7 @@ jobs:
3736
version: latest
3837

3938
# Install rsw
40-
- name: install rsw
39+
- name: Install rsw
4140
run: cargo install rsw
4241

4342
# Cache
@@ -55,8 +54,8 @@ jobs:
5554
${{ runner.os }}-yarn-
5655
5756
# Install & Build
58-
- name: install app dependencies and build it
59-
run: yarn && yarn build
57+
- name: Install app dependencies and build it
58+
run: yarn && yarn tauri build
6059
- uses: tauri-apps/tauri-action@v0
6160
env:
6261
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)