diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1beade6..1404e0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,9 @@ jobs: run: pnpm i # Change this to npm, yarn or pnpm. - name: Build the app - uses: tauri-apps/tauri-action@v0 + # uses: tauri-apps/tauri-action@v0 + run: | + pnpm build && cd build env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: