@setoelkahfi / svara / commits / cd985c4

chore(workflow): added build command

mellbacon committed Jun 29, 2023 at 17:22 UTC cd985c485f65344aee515bfa51193aefa23ff94b
1 file changed +3
.github/workflows/main.yml
+3
@@ -33,6 +33,9 @@ jobs:
33 - name: Install frontend dependencies
34 run: yarn install
35
36 + - name: Build app
37 + run: yarn tauri build
38 +
39 - name: Produce artifacts
40 uses: actions/upload-artifact@v3
41 with: