Skip to content

Commit 7306b20

Browse files
committed
Drop unneeded leading ./ in $TARGET_DIR
1 parent 929c18c commit 7306b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
env:
134134
CARGO: cargo # On Linux, this will be changed to `cross` in a later step.
135135
TARGET_FLAGS: --target=${{ matrix.target }}
136-
TARGET_DIR: ./target/${{ matrix.target }}
136+
TARGET_DIR: target/${{ matrix.target }}
137137
RUST_BACKTRACE: '1' # Emit backtraces on panics.
138138
CARGO_TERM_COLOR: always
139139
CLICOLOR: '1'

0 commit comments

Comments
 (0)