Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pefribeiro authored Jul 8, 2024
1 parent 6238288 commit ff3ef15
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: sleec-core

- name: Display structure of downloaded files
run: ls -R
path: sleec-core

- name: Setup SSH
uses: webfactory/ssh-agent@v0.5.1
Expand All @@ -96,7 +94,7 @@ jobs:
remote-root: ${{ secrets.ROBOSTAR_WEB_ROOT }}
remote-baseurl: 'https://robostar.cs.york.ac.uk'
remote-relative-path: 'robotool/sleec-core/'
maven-target: '${GITHUB_WORKSPACE}/sleec-core/circus.robocalc.sleec.repository/target/repository/'
maven-target: 'sleec-core/circus.robocalc.sleec.repository/target/repository/'

- name: Create commit comment
uses: peter-evans/commit-comment@v1
Expand All @@ -112,6 +110,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: sleec-assertions
path: sleec-assertions

- name: Setup SSH
uses: webfactory/ssh-agent@v0.5.1
Expand All @@ -127,7 +126,7 @@ jobs:
remote-root: ${{ secrets.ROBOSTAR_WEB_ROOT }}
remote-baseurl: 'https://robostar.cs.york.ac.uk'
remote-relative-path: 'robotool/sleec-assertions/'
maven-target: '${GITHUB_WORKSPACE}/sleec-assertions/circus.robocalc.sleec.assertions.csp.update/target/repository/'
maven-target: 'sleec-assertions/circus.robocalc.sleec.assertions.csp.update/target/repository/'

- name: Create commit comment
uses: peter-evans/commit-comment@v1
Expand Down

1 comment on commit ff3ef15

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.