1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-05 02:30:32 -05:00

fix: failing builds; Setup is no longer a dll (#5901)

This commit is contained in:
tangowithfoxtrot 2025-05-30 13:28:16 -07:00 committed by GitHub
parent 63f5811aa9
commit 20105b85aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -335,9 +335,9 @@ jobs:
# Run setup
docker run -i --rm --name setup -v $STUB_OUTPUT/US:/bitwarden $SETUP_IMAGE \
dotnet Setup.dll -stub 1 -install 1 -domain bitwarden.example.com -os lin -cloud-region US
/app/Setup -stub 1 -install 1 -domain bitwarden.example.com -os lin -cloud-region US
docker run -i --rm --name setup -v $STUB_OUTPUT/EU:/bitwarden $SETUP_IMAGE \
dotnet Setup.dll -stub 1 -install 1 -domain bitwarden.example.com -os lin -cloud-region EU
/app/Setup -stub 1 -install 1 -domain bitwarden.example.com -os lin -cloud-region EU
sudo chown -R $(whoami):$(whoami) $STUB_OUTPUT