Skip to content

Commit

Permalink
Remove double quotes around argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen authored Feb 1, 2024
1 parent e8b52e0 commit a40e522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
--add-modules javafx.fxml,javafx.controls,hellofx `
--output ${{ env.RUNTIME }} `
--strip-debug --compress 2 --no-header-files --no-man-pages
${{ env.JAVA_RUNTIME }} --% -Dsettings.javafx.version="${{ env.jmod_version }}" -m hellofx/org.openjfx.MainApp
${{ env.JAVA_RUNTIME }} --% -Dsettings.javafx.version=${{ env.jmod_version }} -m hellofx/org.openjfx.MainApp
env:
RUNTIME: ${{ steps.platform.outputs.runtime }}
JAVA_RUNTIME: ${{ steps.platform.outputs.java_runtime }}
Expand Down

0 comments on commit a40e522

Please sign in to comment.