We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1719fe3 commit f3a97f9Copy full SHA for f3a97f9
.github/workflows/publish.yml
@@ -69,10 +69,8 @@ jobs:
69
run: |
70
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
71
cargo install cargo-deb
72
- RUSTFLAGS="-Cllvm-args=-pgo-warn-missing-function -Cprofile-use=$(pwd)/pgo-data/merged.profdata" cargo deb
73
- deb_path=$(find ./target/debian/ -type f -name 'hck*')
74
asset_path="${{ matrix.asset_name }}.deb"
75
- mv "${deb_path}" "${asset_path}"
+ RUSTFLAGS="-Cllvm-args=-pgo-warn-missing-function -Cprofile-use=$(pwd)/pgo-data/merged.profdata" cargo deb --output ./"${asset_path}"
76
echo "DEB=${asset_path}" >> $GITHUB_ENV
77
fi
78
0 commit comments