Skip to content

Commit

Permalink
Update gradle-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bz-dev authored Oct 2, 2019
1 parent 64d5837 commit 5b56d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
username: ${{secrets.LABPIPE_TEST_SERVER_USER}}
password: ${{secrets.LABPIPE_TEST_SERVER_CREDENTIAL}}
source: "build/libs/labpipe-server-${{github.event.ref}}.jar"
target: "labpipe"
target: "/local/apps/labpipe"
strip_components: 2
- name: Deploy to test server [tag only]
if: github.event_name == 'create' && github.event.ref_type == 'tag'
Expand Down

0 comments on commit 5b56d74

Please sign in to comment.