Skip to content

Commit

Permalink
Attempted to fix CI build command for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemen committed Dec 21, 2023
1 parent 02da74f commit e36da24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: gradle/[email protected]
- name: Run Build
id: build_step
run: './gradlew --continue clean build -Pfreemarker.signMethod=none'
run: './gradlew "-Pfreemarker.signMethod=none" --continue clean build'
- name: Upload Failed Report
uses: actions/[email protected]
if: failure() && steps.build_step.outcome == 'failure'
Expand Down

0 comments on commit e36da24

Please sign in to comment.