Skip to content

mess with github actions and add auto updater #3

mess with github actions and add auto updater

mess with github actions and add auto updater #3

Workflow file for this run

name: Release
on:
push:
branches:
- release
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 }}
TAURI_PRIVATE_KEY: ${{ secret.TAURI_PRIVATE_KEY }}

Check failure on line 27 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 27, Col: 30): Unrecognized named-value: 'secret'. Located at position 1 within expression: secret.TAURI_PRIVATE_KEY .github/workflows/release.yml (Line: 28, Col: 31): Unrecognized named-value: 'secret'. Located at position 1 within expression: secret.TAURI_KEY_PASSWORD
TAURI_KEY_PASSWORD: ${{ secret.TAURI_KEY_PASSWORD }}
with:
tagName: dolos-v__VERSION__
releaseName: 'Dolos v__VERSION__'
releaseBody: 'See the assets below to download either installer.'