mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2024-11-13 04:21:26 +08:00
Scrcpy Mask v0.0.7
This commit is contained in:
parent
0a6e500e36
commit
476684f626
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -5,8 +5,6 @@ on:
|
||||
# 匹配特定标签 (refs/tags)
|
||||
tags:
|
||||
- 'v*' # 推送事件匹配 v*, 例如 v1.0,v20.15.10 等来触发工作流
|
||||
branches:
|
||||
- master
|
||||
|
||||
# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.
|
||||
|
||||
@ -63,6 +61,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
releaseName: 'Scrcpy Mask ${{ github.ref_name }}'
|
||||
releaseBody: 'Add release notes here.'
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
args: ${{ matrix.args }}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "scrcpy-mask",
|
||||
"private": true,
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -32,5 +32,5 @@ process.stdin.on("data", function (data) {
|
||||
console.log("git commit and tag");
|
||||
console.log(execSync(`git add . && git commit -m "Scrcpy Mask v${version}" && git tag v${version}`).toString());
|
||||
|
||||
console.log("Pleash push to github or cancel manually");
|
||||
console.log("Pleash push commit and tag to github manually");
|
||||
});
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "scrcpy-mask"
|
||||
version = "0.0.6"
|
||||
version = "0.0.7"
|
||||
description = "A Tauri App"
|
||||
authors = ["AkiChase"]
|
||||
edition = "2021"
|
||||
|
Loading…
Reference in New Issue
Block a user