Skip to content

Commit 1c710a6

Browse files
author
luoqiz
committed
feat: 升级0.0.7(测试)
1 parent b3507cc commit 1c710a6

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Diff for: .github/workflows/release.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@ on:
1111
# 需要运行的作业组合
1212
jobs:
1313
# 任务:创建 release 版本
14-
create-release:
15-
runs-on: ubuntu-latest
16-
outputs:
17-
RELEASE_UPLOAD_ID: ${{ steps.create_release.outputs.id }}
14+
# create-release:
15+
# runs-on: ubuntu-latest
16+
# outputs:
17+
# RELEASE_UPLOAD_ID: ${{ steps.create_release.outputs.id }}
1818

19-
steps:
20-
- uses: actions/checkout@v4
21-
# 查询版本号(tag)
22-
- name: Query version number
23-
id: get_version
24-
shell: bash
25-
run: |
26-
echo "using version tag ${GITHUB_REF:10}"
27-
echo ::set-output name=version::"${GITHUB_REF:10}"
19+
# steps:
20+
# - uses: actions/checkout@v4
21+
# # 查询版本号(tag)
22+
# - name: Query version number
23+
# id: get_version
24+
# shell: bash
25+
# run: |
26+
# echo "using version tag ${GITHUB_REF:10}"
27+
# echo ::set-output name=version::"${GITHUB_REF:10}"
2828

29-
# 根据查询到的版本号创建 release
30-
# - name: Create Release
31-
# id: create_release
32-
# uses: actions/create-release@v1
33-
# env:
34-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
# with:
36-
# tag_name: "${{ steps.get_version.outputs.VERSION }}"
37-
# release_name: "app ${{ steps.get_version.outputs.VERSION }}"
38-
# body: "See the assets to download this version and install."
29+
# 根据查询到的版本号创建 release
30+
# - name: Create Release
31+
# id: create_release
32+
# uses: actions/create-release@v1
33+
# env:
34+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
# with:
36+
# tag_name: "${{ steps.get_version.outputs.VERSION }}"
37+
# release_name: "app ${{ steps.get_version.outputs.VERSION }}"
38+
# body: "See the assets to download this version and install."
3939

4040
# 编译 Tauri
4141
build-tauri:
42-
needs: create-release
42+
# needs: create-release
4343
permissions:
4444
contents: write
4545
strategy:

Diff for: src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "wcf-client-rust",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"identifier": "com.kite.wcf.client",
55
"build": {
66
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)