Fix release script

This commit is contained in:
Gregory Schier
2024-08-09 07:42:39 -07:00
parent 7f3492a1f0
commit d3a6125488

View File

@@ -94,6 +94,9 @@ jobs:
- name: build the app
run: npm run build
env:
YAAK_PLUGINS_DIR: ${{ env.YAAK_PLUGINS_DIR }}
YAAK_TARGET_ARCH: ${{ matrix.yaak_arch }}
- name: Vendor the app
run: npm run vendor