指定打包时的maven版本
Some checks failed
Build and Deploy Spring Boot / build-and-deploy (push) Failing after 23s

This commit is contained in:
hxuanyu 2024-11-04 16:38:21 +08:00
parent fa09874fe0
commit afcefe40a8

View File

@ -44,6 +44,7 @@ jobs:
port: ${{ secrets.SERVER_PORT }} port: ${{ secrets.SERVER_PORT }}
username: ${{ secrets.SERVER_USERNAME }} username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }} key: ${{ secrets.SSH_PRIVATE_KEY }}
key_passphrase: ${{ secrets.SSH_KEY_PASSPHRASE }}
source: "target/*.jar" source: "target/*.jar"
target: "/home/tools/testActions" target: "/home/tools/testActions"
strip_components: 1 strip_components: 1