1
Fork 0

fix var name

This commit is contained in:
Motiejus Jakštys 2024-11-07 07:41:05 +02:00
parent a13e2b9152
commit 084b5b082a
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -114,7 +114,7 @@ step02() {
local FROM_="$STEP01_"
local TO="$STEP02"
local TO_="$STEP02_"
echo "Generating zig1.wasm.zst for $STEP02_AARCH64_"
echo "Generating zig1.wasm.zst for $STEP02_"
rm -fr "../zig-$TO_"
git archive --prefix=zig-$TO_/ $TO | tar -C .. -x