Skip to content

Commit 486c9e4

Browse files
committed
backtick escape for Gradle arg with periods
1 parent 811cfc8 commit 486c9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Build and Test ${{ env.PACKAGE_NAME }}
174174
run: |
175-
./gradlew.bat build -Paws.sdk.kotlin.crt.disableCrossCompile=mingw_x64
175+
./gradlew.bat build `-Paws.sdk.kotlin.crt.disableCrossCompile=mingw_x64
176176
- name: Save Test Reports
177177
if: failure()
178178
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)