diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11cab49..3ff65c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,6 @@ jobs: run: make prebuild - name: Build the app - uses: tauri-apps/tauri-action@v0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: make build + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}