Skip to content

Commit 4050cd9

Browse files
committed
fix typo
1 parent 38a775a commit 4050cd9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release-bins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cp README.md LICENSE "release/$TARGET/dist"
6868
6969
echo "Building release for $TARGET..."
70-
nix build .#$TARGET
70+
nix build .#$BUILD_TARGET
7171
cp result/bin/* "release/$TARGET/dist/"
7272
done
7373

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)