Skip to content

Commit

Permalink
Merge pull request #295
Browse files Browse the repository at this point in the history
clean up
  • Loading branch information
yermak committed Aug 22, 2021
2 parents 37b17b1 + 97559e7 commit 5bf161e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_binaries.yml
Expand Up @@ -89,7 +89,7 @@ jobs:
call refreshenv
SET JAVAFX_JMODS=jmods/windows
call mvn -X clean package --no-transfer-progress
call mvn clean package --no-transfer-progress
call build/windows/package.bat "%JAVA_HOME%" %JAVAFX_JMODS% $(APP_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion release-all.yml
Expand Up @@ -91,7 +91,7 @@ jobs:
call refreshenv
SET JAVAFX_JMODS=jmods/windows
call mvn -X clean package --no-transfer-progress
call mvn clean package --no-transfer-progress
call build/windows/package.bat "%JAVA_HOME%" %JAVAFX_JMODS% $(APP_VERSION)
Expand Down

0 comments on commit 5bf161e

Please sign in to comment.