update github action
Former-commit-id: c8e121f846c85bbd7332f9804666547c40b5dc29 [formerly 44abc9f7e7cb2693b1b4a806c5e3f7d337e41a37] [formerly aae9fd5d0182d3e0e506372f9900d928fdb1f39f [formerly 80ef014358495404b26be3c1f23a96c84ff09d97]] Former-commit-id: d3c75ac5a6f3a4364a9d495ac50e8499eef8369c [formerly 34613e42c010b73e69104d51c1f5206de2295b60] Former-commit-id: 2b4c25d1b80a02e43993acca5884e7b9009a1da2 Former-commit-id: d060a9f4c3697a171dcb8f27391ba26fee6c9b48 Former-commit-id: c6779a73202efb1710bbbe9a52f23210da52aa66 Former-commit-id: 9135d36544b9e47a98002d6dac37a9b5ab0b547f [formerly e25231fdbe764dc77b50b932702a01683ab25a0e] Former-commit-id: 93fb0be978f7284b337c1183431250f6c6036f62
This commit is contained in:
parent
d96da71b91
commit
c641312cf7
2 changed files with 6 additions and 2 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -74,6 +74,7 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
target: ${{ matrix.platform.target }}
|
target: ${{ matrix.platform.target }}
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
||||||
- name: Build ${{ matrix.platform.name }} binary
|
- name: Build ${{ matrix.platform.name }} binary
|
||||||
if: ${{ !contains(matrix.platform.target, 'apple') }}
|
if: ${{ !contains(matrix.platform.target, 'apple') }}
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
@ -114,9 +115,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
|
- name: list artifacts
|
||||||
|
run: find artifacts/
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.RELEASE_TOKEN }}"
|
repo_token: "${{ secrets.RELEASE_TOKEN }}"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: |
|
files: |
|
||||||
artifacts/wstunnel-*
|
artifacts/wstunnel-*/wstunnel
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1523,7 +1523,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wstunnel"
|
name = "wstunnel"
|
||||||
version = "7.0.0"
|
version = "7.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
Loading…
Reference in a new issue