From 57f7194fc098de71826fadd7ac700de03e3ae1ac Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sat, 19 Feb 2022 14:41:44 +0000 Subject: [PATCH] Fix release version --- .github/workflows/desktop.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index 69b71ddbe..bc994e223 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -37,23 +37,9 @@ jobs: TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} with: - tagName: win11inreact-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version + tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: "Win11inReact v__VERSION__" releaseBody: "See the assets to download this version and install." releaseDraft: false prerelease: false - virus: - needs: publish-tauri - runs-on: ubuntu-latest - steps: - - name: VirusTotal Scan - uses: crazy-max/ghaction-virustotal@v2 - with: - update_release_body: true - vt_api_key: ${{ secrets.VIRUSTOTAL }} - files: | - .msi$ - .deb$ - .dmg$ - .zip$