Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 57f7194

Browse files
authored
Fix release version
1 parent 485565a commit 57f7194

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/desktop.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,9 @@ jobs:
3737
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
3838
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
3939
with:
40-
tagName: win11inreact-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
40+
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
4141
releaseName: "Win11inReact v__VERSION__"
4242
releaseBody: "See the assets to download this version and install."
4343
releaseDraft: false
4444
prerelease: false
4545

46-
virus:
47-
needs: publish-tauri
48-
runs-on: ubuntu-latest
49-
steps:
50-
- name: VirusTotal Scan
51-
uses: crazy-max/ghaction-virustotal@v2
52-
with:
53-
update_release_body: true
54-
vt_api_key: ${{ secrets.VIRUSTOTAL }}
55-
files: |
56-
.msi$
57-
.deb$
58-
.dmg$
59-
.zip$

0 commit comments

Comments
 (0)