Skip to content

Commit

Permalink
Merge pull request #31 from Grzybol/GHA-fix
Browse files Browse the repository at this point in the history
GHA fix
  • Loading branch information
Grzybol authored Apr 4, 2024
2 parents 97ca72e + c3228e3 commit 453e7b3
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 @@ -129,5 +129,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 ./BetterElo-*.jar $SERVER_USER@$SERVER_IP:$SERVER_PATH
if: ${{ always() }}

0 comments on commit 453e7b3

Please sign in to comment.