Skip to content

Commit

Permalink
Fix typo in jpackage job (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Jan 27, 2022
1 parent bcf9fc2 commit 8b1aea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundles-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
MAIN_CLASS: com.oracle.javafx.scenebuilder.app.SceneBuilderApp
JAVAFX_HOME: /tmp/javafx-jmods-${{ inputs.javafx-version }}/
JPACKAGE_HOME: ${{ env.JAVA_HOME }}
MACSIGN_PREFIX: ${{ secrets.MACSIGN_USER }}
MACSIGN_USER: ${{ secrets.MACSIGN_PREFIX }}
MACSIGN_PREFIX: ${{ secrets.MACSIGN_PREFIX }}
MACSIGN_USER: ${{ secrets.MACSIGN_USER }}
PROJECT_VERSION: ${{ inputs.project-version }}
APP_VERSION: ${{ inputs.app-version }}
INSTALL_DIR: app/target/install
Expand Down

0 comments on commit 8b1aea9

Please sign in to comment.