Skip to content

Commit

Permalink
fix location of jar
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBabyDemon authored Apr 16, 2024
1 parent 05b3d58 commit 7bd6783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: garygrossgarten/github-action-scp@release
with:
atomicPut: true
local: staging/BabysBaby-0.0.1-SNAPSHOT-jar-with-dependencies.jar
local: Baby/staging/BabysBaby-0.0.1-SNAPSHOT-jar-with-dependencies.jar
remote: ${{ secrets.TARGET_DIRECTORY }}/BabysBaby.jar
host: ${{ secrets.VSOS_IP_ADDRESS }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit 7bd6783

Please sign in to comment.