diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b80772b3..c74ab9c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,6 +100,9 @@ jobs: - name: Vendor the app run: npm run vendor + env: + YAAK_PLUGINS_DIR: ${{ env.YAAK_PLUGINS_DIR }} + YAAK_TARGET_ARCH: ${{ matrix.yaak_arch }} # NOTE: Test needs vendor+build to be run - name: Rust test