Skip to content

Commit c816ca6

Browse files
committed
chore: ci inspection
Signed-off-by: Arnau Siches <asiches@gmail.com>
1 parent 1cf7d20 commit c816ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v3
3333
- name: Build
34-
run: cargo build --release --target=${{ matrix.job.target }} && ls target/{{ matrix.job.target }}
34+
run: cargo build --release --target=${{ matrix.job.target }} && ls target/${{ matrix.job.target }}/release
3535
- name: Upload binaries to release
3636
uses: svenstaro/upload-release-action@v2
3737
with:

0 commit comments

Comments
 (0)