Skip to content

Commit

Permalink
Fixes missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CdeJong committed Feb 29, 2024
1 parent 7f180b2 commit dd7854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Rsync deploy mvn paper repo
run: rsync -r --quiet StormUtils-Paper/target/mvn-repo/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/home/web/www/repo.onestorm.net/public/repository/maven-public/
- name: Rsync deploy final artifact
run: rsync -r --quiet --mkpath target/StormUtils-*.jar ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/home/web/www/repo.onestorm.net/public/downloads/StormUtils/
run: rsync -r --quiet --mkpath StormUtils-Paper/target/StormUtils-*.jar ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/home/web/www/repo.onestorm.net/public/downloads/StormUtils/

0 comments on commit dd7854c

Please sign in to comment.