Add Yarn Build Step to Release Actions
Some checks failed
Run Tests on Code / run-tests (push) Successful in 4s
Build and Release Binary File / run-tests (push) Successful in 5s
Build and Release Binary File / build (push) Failing after 5m56s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 12:40:05 +00:00
parent 18f9250341
commit 3356b7e9c2

View file

@ -35,6 +35,9 @@ jobs:
-
name: Install Yarn Packages
run: yarn install
-
name: Build Svelte App
run: yarn tauri build
-
name: Compiling To Linux Target
run: |