Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Jul 9, 2024
1 parent 294f92a commit 69e3bfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [ linux, macos, macos_m1, win-msvc, linux-arm-v7, linux-aarch64 ]
build: [linux, macos, macos_m1, win-msvc, linux-arm-v7, linux-aarch64]
include:
- build: linux
os: ubuntu-latest
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.BIN_FILE }}
asset_name: ${{ matrix.file }}
tag: v4
tag: defaultv4
overwrite: true
homebrew:
runs-on: ubuntu-latest
Expand All @@ -185,4 +185,4 @@ jobs:
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.BUMP_API_TOKEN}}
formula: observer_ward
formula: observer_ward
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@

## 安装

-

从源码编译安装,更多可以查看github的action工作流文件 [workflow](https://github.com/emo-crab/observer_ward/blob/main/.github/workflows/post-release.yml)
- 从源码编译安装,更多可以查看github的action工作流文件 [workflow](https://github.com/emo-crab/observer_ward/blob/main/.github/workflows/post-release.yml)

```bash,no-run
cargo build --release --manifest-path=observer_ward/Cargo.toml
Expand Down Expand Up @@ -358,13 +356,11 @@ Press CTRL+C to quit
[INFO ] 📇probes loaded: 6183
[INFO ] 🚀optimized probes: 8
[INFO ] 🌐API service has been started:http://127.0.0.1:8000/v1/observer_ward
[INFO ] 📤:
[INFO ] 📔:curl --request POST \
--url http://127.0.0.1:8000/v1/observer_ward \
--header 'Authorization: Bearer 22e038328151a7a06fd4ebfa63a10228' \
--header 'Content-Type: application/json' \
--data '{"target":["https://httpbin.org/"],"or":true,"oc":true}'
[INFO ] 📥:
[INFO ] 🗳:[result...]
```

Expand Down

0 comments on commit 69e3bfa

Please sign in to comment.