diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 74e4e5de61..13c8f232d9 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -122,7 +122,7 @@ jobs: if: github.event_name == 'workflow_dispatch' run: |- mvn --batch-mode --activate-profiles release \ - -Darguments=--threads 2C \ + -Darguments="--threads 2C" \ -Dtag="$BFD_RELEASE" \ -DreleaseVersion="$BFD_RELEASE" \ -DdevelopmentVersion="$BFD_DEV_VERSION" \