File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,8 +410,8 @@ packages: require-version require-secrets clean-desktop clean-mobile docker-asse
410
410
docker-packages : packages
411
411
412
412
release-qa : require-version require-s3cmd
413
- @BASE_NAME=" lantern-installer-qa " && \
414
- BASE_NAME_MANOTO=" lantern-installer-qa -manoto" && \
413
+ @BASE_NAME=" lantern-installer-internal " && \
414
+ BASE_NAME_MANOTO=" lantern-installer-internal -manoto" && \
415
415
rm -f $$ BASE_NAME* && \
416
416
cp lantern-installer.exe $$ BASE_NAME.exe && \
417
417
cp lantern-installer-manoto.exe $$ BASE_NAME_MANOTO.exe && \
@@ -443,7 +443,7 @@ release-qa: require-version require-s3cmd
443
443
git push --tags -f
444
444
445
445
release-beta : require-s3cmd
446
- @BASE_NAME=" lantern-installer-qa " && \
446
+ @BASE_NAME=" lantern-installer-internal " && \
447
447
BETA_BASE_NAME=" lantern-installer-beta" && \
448
448
for URL in $$ ($( S3CMD) ls s3://$( S3_BUCKET) / | grep $$ BASE_NAME | awk ' {print $$4}' ); do \
449
449
NAME=$$(basename $$URL) && \
You can’t perform that action at this time.
0 commit comments