Remove Yarn Compilation from Release Actions
All checks were successful
Run Tests on Code / run-tests (push) Successful in 6s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 6s
This commit is contained in:
parent
74230fdd2d
commit
370dc45569
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ jobs:
|
|||
-
|
||||
name: Install Yarn Packages
|
||||
run: yarn install
|
||||
-
|
||||
name: Build Svelte App
|
||||
run: yarn tauri build
|
||||
-
|
||||
name: Compiling To Linux Target
|
||||
run: |
|
||||
|
|
Reference in a new issue