Skip to content

Commit

Permalink
Merge branch 'main' of github.com:swhoro/playVoice
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden.Lawrence committed Sep 4, 2022
2 parents d8a6e0f + 96c66cd commit 7b394c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml → .github/workflows/auto.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: build to exe
name: auto build to exe

# Controls when the workflow will run
on:
Expand All @@ -9,9 +9,6 @@ on:
tags:
- v*

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down Expand Up @@ -51,4 +48,4 @@ jobs:
./dist/playVoice.exe
./playVoice.py
name: ${{ steps.date.outputs.date }}
tag_name: release
tag_name: ${{ github.ref_name }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

### 我是小白:

前往https://github.com/swhoro/playVoice/releases,下载名为playVoice.exe的软件
前往[https://github.com/swhoro/playVoice/releases](https://github.com/swhoro/playVoice/releases),下载名为playVoice.exe的软件

下载完成后在与软件相同目录下新建voice文件夹,新建config.txt:

Expand Down

0 comments on commit 7b394c0

Please sign in to comment.