Skip to content

Commit cdc0430

Browse files
committed
Fix target name detection
1 parent 9db255b commit cdc0430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Upload to GitHub Release
2929
run: |
3030
TAG=${GITHUB_REF##*/}
31-
TARGET=`rustup target list | grep default | cut -d' ' -f1`
31+
TARGET=`rustup target list | grep installed | cut -d' ' -f1`
3232
cd ./target/release/
3333
BASENAME=sbt-client-$TAG-$TARGET
3434
mv sbt-client $BASENAME

0 commit comments

Comments
 (0)