Skip to content

Commit

Permalink
Merge pull request #212 from yermak/feature/151_linux_distr
Browse files Browse the repository at this point in the history
feature/151_linux_distr
  • Loading branch information
yermak committed Jan 28, 2021
2 parents a0c7d1b + d9d899f commit d2663ea
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
export JAVAFX_JMODS=javafx-jmods-15.0.1
mvn clean package --no-transfer-progress
call build/linux/package.sh $JAVA_HOME $JAVAFX_JMODS $(APP_VERSION)
build/linux/package.sh $JAVA_HOME $JAVAFX_JMODS $(APP_VERSION)
condition: eq( variables['Agent.OS'], 'Linux' )
displayName: 'Build deb package'
Expand Down
2 changes: 1 addition & 1 deletion release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
export JAVAFX_JMODS=javafx-jmods-15.0.1
mvn clean package --no-transfer-progress
call build/linux/package.sh $JAVA_HOME $JAVAFX_JMODS $(APP_VERSION)
build/linux/package.sh $JAVA_HOME $JAVAFX_JMODS $(APP_VERSION)
condition: eq( variables['Agent.OS'], 'Linux' )
displayName: 'Build deb package'
Expand Down

0 comments on commit d2663ea

Please sign in to comment.