Skip to content

Commit

Permalink
Revert "feat: Run Go script in CI"
Browse files Browse the repository at this point in the history
This reverts commit a3669f8.
  • Loading branch information
mirtlecn committed Aug 18, 2024
1 parent ac1579e commit 2fec735
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@ jobs:
- name: Checkout
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
run: |
mkdir dist
Expand Down Expand Up @@ -74,7 +58,7 @@ jobs:
- `LICENSE.txt`:开源协议
tag_name: nightly
name: "Nightly Build"
name: "nightly build"
make_latest: true
files: |
dist/*
Expand Down

0 comments on commit 2fec735

Please sign in to comment.