parent
ac1579e96d
commit
2fec735d66
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@ -22,22 +22,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go
|
|
||||||
uses: actions/setup-go@v4
|
|
||||||
with:
|
|
||||||
go-version: '1.22'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
cd others/script
|
|
||||||
go mod tidy
|
|
||||||
|
|
||||||
- name: Build and Run
|
|
||||||
run: |
|
|
||||||
cd others/script
|
|
||||||
echo "Running script with custom Rime path..."
|
|
||||||
go run main.go --rime_path "${{ github.workspace }}" --auto_confirm
|
|
||||||
|
|
||||||
- name: Pack dicts
|
- name: Pack dicts
|
||||||
run: |
|
run: |
|
||||||
mkdir dist
|
mkdir dist
|
||||||
@ -74,7 +58,7 @@ jobs:
|
|||||||
- `LICENSE.txt`:开源协议
|
- `LICENSE.txt`:开源协议
|
||||||
|
|
||||||
tag_name: nightly
|
tag_name: nightly
|
||||||
name: "Nightly Build"
|
name: "nightly build"
|
||||||
make_latest: true
|
make_latest: true
|
||||||
files: |
|
files: |
|
||||||
dist/*
|
dist/*
|
||||||
|
Loading…
Reference in New Issue
Block a user