We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd14541 commit 5236586Copy full SHA for 5236586
.github/workflows/platforms.yml
@@ -420,7 +420,7 @@ jobs:
420
- name: Verify asio-sys version
421
shell: bash
422
run: |
423
- CARGO_VERSION=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.name == "asio-sys") | .version')
+ CARGO_VERSION=$(cd asio-sys && cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.name == "asio-sys") | .version')
424
RELEASE_VERSION=${GITHUB_REF#refs/tags/asio-sys-v}
425
echo "asio-sys Cargo.toml version: $CARGO_VERSION"
426
echo "Release tag version: $RELEASE_VERSION"
0 commit comments