We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89048b commit 260f61cCopy full SHA for 260f61c
scripts/build.sh
@@ -11,12 +11,12 @@ for platform in "${platforms[@]}"
11
do
12
archive=react-stdio-$tag-$platform
13
14
- echo "Creating build/$archive..."
+ echo "Creating $archive build..."
15
16
pkg bin/react-stdio -t $platform -o build/$archive/react-stdio
17
echo "$tag" > build/$archive/version
18
19
cd build
20
- zip -q -r $archive $archive
+ zip -q -r $archive.zip $archive
21
cd - > /dev/null
22
done
0 commit comments