feat: Support Both Stable and Alpha Version (#47)

This commit is contained in:
WhizPanda
2023-12-03 14:26:03 +08:00
committed by GitHub
Unverified
parent b10c1d5006
commit 2b646636c1
7 changed files with 99 additions and 182 deletions

View File

@@ -5,7 +5,7 @@ on:
push:
tags:
- v**
permissions: write-all
env:
CARGO_INCREMENTAL: 0
RUST_BACKTRACE: short

View File

@@ -1,7 +1,7 @@
name: Updater CI
on: workflow_dispatch
permissions: write-all
jobs:
release-update:
runs-on: ubuntu-latest