Skip to content

Commit da34d0a

Browse files
authored
Update release.yml
1 parent 00a7a54 commit da34d0a

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
@@ -146,7 +146,7 @@ jobs:
146146
147147
if [[ "$TARGET" == "x86_64-unknown-linux-musl" ]]; then
148148
FLAGS_STR="${flags[@]}"
149-
docker run -v "$PWD:/opt/revive" messense/rust-musl-cross:x86_64-musl /bin/bash -c '
149+
docker run -v $PWD:/opt/revive messense/rust-musl-cross:x86_64-musl /bin/bash -c '
150150
cd /opt/revive
151151
rustup target add x86_64-unknown-linux-musl
152152
cargo build $FLAGS_STR

0 commit comments

Comments
 (0)