Skip to content

add better logging, add support for valorant #2

add better logging, add support for valorant

add better logging, add support for valorant #2

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
permissions:
contents: write
strategy:
fail-fast: false
matrix:
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: dolos-v__VERSION__
releaseName: 'Dolos v__VERSION__'
releaseBody: 'See the assets below to download either installer.'