diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a90887..8c95ba3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,6 +74,7 @@ jobs: override: true target: ${{ matrix.platform.target }} components: rustfmt, clippy + - name: Build ${{ matrix.platform.name }} binary if: ${{ !contains(matrix.platform.target, 'apple') }} uses: actions-rs/cargo@v1 @@ -113,10 +114,13 @@ jobs: - uses: actions/download-artifact@v3 with: path: artifacts + + - name: list artifacts + run: find artifacts/ - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.RELEASE_TOKEN }}" prerelease: true files: | - artifacts/wstunnel-* + artifacts/wstunnel-*/wstunnel diff --git a/Cargo.lock b/Cargo.lock index 579fc1f..1fc5b29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1523,7 +1523,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "wstunnel" -version = "7.0.0" +version = "7.1.0" dependencies = [ "ahash", "anyhow",