Merge pull request #69 from BigBotNetwork/Schlauer-Hax-patch-2

Fixing GH Actions
This commit is contained in:
Hax 2019-11-16 22:32:25 +01:00 committed by GitHub
commit 125ddf1a99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ jobs:
needs: test needs: test
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
steps: steps:
- uses: actions/checkout@v1
- name: Build Final Jar - name: Build Final Jar
run: mvn clean compile assembly:single run: mvn clean compile assembly:single
- name: Copy folder content recursively to remote - name: Copy folder content recursively to remote