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.
release.yml
1 parent a49ea01 commit 2f9de27Copy full SHA for 2f9de27
.github/workflows/release.yml
@@ -50,9 +50,9 @@ jobs:
50
rustup target add ${{ matrix.target }}
51
52
- run: |
53
- SRC="target/${{ matrix.target }}/release/ata${{ steps.check.outputs.ext }}"
+ SRC="target/${{ matrix.target }}/release/trf${{ steps.check.outputs.ext }}"
54
echo "SRC: $SRC"
55
- DST="target/release/ata-${{ matrix.target }}${{ steps.check.outputs.ext }}"
+ DST="target/release/trf-${{ matrix.target }}${{ steps.check.outputs.ext }}"
56
echo "DST: $DST"
57
cargo build --release --target ${{ matrix.target }}
58
mv -v $SRC $DST
0 commit comments