Change the letters to uppercase for DocSpace (#118)

This commit is contained in:
Iskandar Kurbonov 2024-01-19 15:16:54 +05:00 committed by GitHub
parent 90bc79b67f
commit 7077bc542c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ jobs:
sleep 300
vagrant package --output repacked_${{ matrix.os }}.box
vagrant cloud publish \
${VAGRANT_ACCOUNT}/DocSpace-${{ matrix.os }} \
${VAGRANT_ACCOUNT}/docspace-${{ matrix.os }} \
$date virtualbox repacked_${{ matrix.os }}.box \
-d "Box with pre-installed DocSpace" \
--version-description "DocSpace <version>" \