fix var name
This commit is contained in:
parent
a13e2b9152
commit
084b5b082a
2
run
2
run
|
@ -114,7 +114,7 @@ step02() {
|
||||||
local FROM_="$STEP01_"
|
local FROM_="$STEP01_"
|
||||||
local TO="$STEP02"
|
local TO="$STEP02"
|
||||||
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_"
|
rm -fr "../zig-$TO_"
|
||||||
git archive --prefix=zig-$TO_/ $TO | tar -C .. -x
|
git archive --prefix=zig-$TO_/ $TO | tar -C .. -x
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue