Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yermak committed Aug 22, 2021
1 parent 00e80dd commit 97559e7
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 97559e7

Please sign in to comment.