Skip to content

Commit

Permalink
Fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Feb 19, 2022
1 parent 485565a commit 57f7194
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/desktop.yml
Expand Up @@ -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$

0 comments on commit 57f7194

Please sign in to comment.