Skip to content

Commit fd5d7f0

Browse files
fix small issue in workflow
1 parent 199c440 commit fd5d7f0

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@ jobs:
3838
run: |
3939
dotnet publish "TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI.csproj" --configuration Release --output TransactionProcessor.HealthChecksUI/publishOutput -r win-x64 --self-contained
4040
dotnet publish "TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.csproj" --configuration Release --output TransactionProcessing.SchedulerService/publishOutput -r win-x64 --self-contained
41-
42-
- name: Install Octopus CLI
43-
run: |
44-
sudo apt update && sudo apt install --no-install-recommends gnupg curl ca-certificates apt-transport-https && \
45-
curl -sSfL https://apt.octopus.com/public.key | sudo apt-key add - && \
46-
sudo sh -c "echo deb https://apt.octopus.com/ stable main > /etc/apt/sources.list.d/octopus.com.list" && \
47-
sudo apt update && sudo apt install octopuscli
48-
41+
4942
- name: Create Zip package for Health Checks UI 🐙
5043
id: packagehealthui
5144
uses: OctopusDeploy/create-zip-package-action@v3
@@ -56,7 +49,7 @@ jobs:
5649
files: "**/*"
5750
output_folder: /home/runner/work/SupportTools/TransactionProcessor.HealthChecksUI/
5851

59-
- name: Push a package to Octopus Deploy _Health UI 🐙
52+
- name: Push a package to Octopus Deploy - Health Checks UI 🐙
6053
uses: OctopusDeploy/push-package-action@v3
6154
with:
6255
api_key: ${{ secrets.OCTOPUS_APIKEY }}
@@ -70,10 +63,10 @@ jobs:
7063
with:
7164
package_id: TransactionProcessor.SchedulerService
7265
version: ${{ steps.get_version.outputs.VERSION }}
73-
base_path: /home/runner/work/SupportTools/SupportTools/TransactionProcessor.SchedulerService/publishOutput
66+
base_path: /home/runner/work/SupportTools/SupportTools/TransactionProcessing.SchedulerService/publishOutput
7467
files: "**/*"
75-
output_folder: /home/runner/work/SupportTools/TransactionProcessor.SchedulerService/
76-
68+
output_folder: /home/runner/work/SupportTools/TransactionProcessing.SchedulerService/
69+
7770
- name: Push a package to Octopus Deploy - Scheduler Service 🐙
7871
uses: OctopusDeploy/push-package-action@v3
7972
with:

0 commit comments

Comments
 (0)