Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
added single (.) xDD if this fixes it im done
  • Loading branch information
Grzybol authored Mar 18, 2024
1 parent 24f7b4e commit 77a8b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
run: |
echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
scp /*.jar $SERVER_USER@$SERVER_IP:$SERVER_PATH
scp ./*.jar $SERVER_USER@$SERVER_IP:$SERVER_PATH
if: ${{ always() }}

0 comments on commit 77a8b1d

Please sign in to comment.