diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index daf8eae..59c2c34 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -28,13 +28,6 @@ jobs: - name: install frontend dependencies run: npm install # change this to npm or pnpm depending on which one you use working-directory: ./toos-dashboard - - uses: tauri-apps/tauri-action@v0 + - run: cargo tauri build working-directory: ./toos-dashboard - env: - GITHUB_TOKEN: ${{ secrets.TOKEN }} - with: - tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: 'App v__VERSION__' - releaseBody: 'See the assets to download this version and install.' - releaseDraft: true - prerelease: false + \ No newline at end of file