Add Yarn Build Step to Release Actions
Some checks failed
Some checks failed
This commit is contained in:
parent
18f9250341
commit
3356b7e9c2
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Install Yarn Packages
|
name: Install Yarn Packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
-
|
||||||
|
name: Build Svelte App
|
||||||
|
run: yarn tauri build
|
||||||
-
|
-
|
||||||
name: Compiling To Linux Target
|
name: Compiling To Linux Target
|
||||||
run: |
|
run: |
|
||||||
|
|
Reference in a new issue