Skip to content

Commit

Permalink
Fix typo in native-image.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon authored and angelozerr committed Feb 14, 2022
1 parent 55a4dd1 commit 7cab4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-image.yaml
Expand Up @@ -74,7 +74,7 @@
with:
graalvm-version: '${{env.GRAALVM_VERSION}}'
- run: Invoke-Expression -Command "$Env:JAVA_HOME/bin/gu install native-image"
- run: .\mvnw.cmd package -Dnative -DskipTests -D cbi.jarsigner.skip=true
- run: .\mvnw.cmd package -Dnative -DskipTests "-Dcbi.jarsigner.skip=true"
- run: mv org.eclipse.lemminx\target\lemminx-*.exe lemminx-$(git rev-parse --short "$Env:GITHUB_SHA")-win32.exe
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7cab4ac

Please sign in to comment.