Update .gitea/workflows/deploy-demo-plugin.yml
All checks were successful
Deploy Demo Plugin / docker (17, 3.8.5) (push) Successful in 55s

This commit is contained in:
Braydon 2024-04-24 17:12:08 -07:00
parent 494266d2ea
commit 2783396446

@ -34,6 +34,8 @@ jobs:
- name: Build Jar
run: mvn clean package -T4C
- run: pwd
# Upload the built jar to the Demo server via SFTP
- name: Upload Jar via SFTP
uses: Dylan700/sftp-upload-action@latest