Skip to content

Commit 2f9de27

Browse files
committed
Fix release.yml
1 parent a49ea01 commit 2f9de27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
rustup target add ${{ matrix.target }}
5151
5252
- run: |
53-
SRC="target/${{ matrix.target }}/release/ata${{ steps.check.outputs.ext }}"
53+
SRC="target/${{ matrix.target }}/release/trf${{ steps.check.outputs.ext }}"
5454
echo "SRC: $SRC"
55-
DST="target/release/ata-${{ matrix.target }}${{ steps.check.outputs.ext }}"
55+
DST="target/release/trf-${{ matrix.target }}${{ steps.check.outputs.ext }}"
5656
echo "DST: $DST"
5757
cargo build --release --target ${{ matrix.target }}
5858
mv -v $SRC $DST

0 commit comments

Comments
 (0)