From ce09220708fa88378e85a194076575bf0f74b5a2 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 27 Oct 2023 10:40:29 +0200 Subject: [PATCH] Update .gitea/workflows/workflow.yml --- .gitea/workflows/workflow.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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