Add Yarn Build Step to Release Actions

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: |