Skip to content

Commit 7751c15

Browse files
committed
fix var
1 parent 74708e2 commit 7751c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
BINARY="${{ matrix.binary }}"
196196
OUTPUT_NAME="${BINARY}_${TAG}_${PLATFORM}"
197197
198-
cp "target/${TARGET}/release/${BINARY}" "target/assets/${OUTPUT_NAME}"
198+
cp "target/${TARGET_ARCH}-unknown-${{ matrix.platform.os }-${TARGET_LIBC}/release/${BINARY}" "target/assets/${OUTPUT_NAME}"
199199
200200
cd target/assets
201201
if command -v sha256sum >/dev/null 2>&1; then

0 commit comments

Comments
 (0)