File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 - name : Pack Files for Octopus
6666 run : >-
6767 /opt/octo/Octo pack
68- --outFolder /home/runner/work/MessagingService/MessagingService
69- --basePath /home/runner/work/MessagingService/MessagingService /publishOutput
68+ --outFolder /home/runner/work/Messaging/Messaging
69+ --basePath /home/runner/work/Messaging/Messaging /publishOutput
7070 --id MessagingService
7171 --version ${{ steps.get_version.outputs.VERSION }}
7272 --format zip
@@ -78,14 +78,14 @@ jobs:
7878 /opt/octo/Octo push
7979 --server ${{ secrets.OCTOPUS_URL }}
8080 --apiKey ${{ secrets.OCTOPUS_APIKEY }}
81- --package /home/runner/work/MessagingService/MessagingService /MessagingService.${{ steps.get_version.outputs.VERSION }}.zip
81+ --package /home/runner/work/Messaging/Messaging /MessagingService.${{ steps.get_version.outputs.VERSION }}.zip
8282 --overwrite-mode IgnoreIfExists
8383
8484 - name : Get Release
8585 id : getrelease
86868787 with :
88- route : GET /repos/StuartFerguson/MessagingService /releases/tags/${{ steps.get_version.outputs.VERSION }}
88+ route : GET /repos/StuartFerguson/Messaging /releases/tags/${{ steps.get_version.outputs.VERSION }}
8989 env :
9090 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9191
You can’t perform that action at this time.
0 commit comments