Skip to content

Commit

Permalink
wrap extraMavenArgs in double quotes so build works on Windows (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro authored Aug 13, 2024
1 parent 94a32df commit 1aecc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pro-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Build and Package
if: ${{ !inputs.nightly }}
run: mvn -B dependency:go-offline clean package -DskipTests=true ${{ inputs.extraMavenArgs }}
run: mvn -B dependency:go-offline clean package -DskipTests=true "${{ inputs.extraMavenArgs }}"

- name: Get Artifact ID
working-directory: ${{ inputs.artifactPath }}
Expand Down

0 comments on commit 1aecc55

Please sign in to comment.