Skip to content

Commit

Permalink
Use correct license
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Dec 7, 2024
1 parent 413f803 commit d25b42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
./gradlew -Pversion="${{ steps.set_version.outputs.tag }}" \
-PjavafxPlatform=win \
-Pinstall4jHomeDir=$HOME/$INSTALL4J_DIR \
-Pinstall4jLicense=${{ secrets.INSTALL4J_LICENSE }} \
-Pinstall4jLicense=${{ secrets.INSTALL4J_11_LICENSE }} \
--info \
--stacktrace \
buildInstall4jMediaFiles
Expand All @@ -110,7 +110,7 @@ jobs:
./gradlew -Pversion="${{ steps.set_version.outputs.tag }}" \
-PjavafxPlatform=linux \
-Pinstall4jHomeDir=$HOME/$INSTALL4J_DIR \
-Pinstall4jLicense=${{ secrets.INSTALL4J_LICENSE }} \
-Pinstall4jLicense=${{ secrets.INSTALL4J_11_LICENSE }} \
--info \
--stacktrace \
buildInstall4jMediaFiles
Expand Down

0 comments on commit d25b42b

Please sign in to comment.