diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e73415..e4db66c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,10 @@ jobs: node-version: 18 cache: pnpm + - name: Build autostart exe + run: cargo build --release + working-directory: src-autostart + - run: pnpm install - name: Build the app