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 2602475 commit 59b8da1Copy full SHA for 59b8da1
scripts/build.sh
@@ -9,7 +9,7 @@ platforms=( win-x64 linux-x64 macos )
9
10
for platform in "${platforms[@]}"
11
do
12
- archive=react-stdio-$platform
+ archive=react-stdio-$tag-$platform
13
14
echo "Creating build/$archive..."
15
0 commit comments