Skip to content

Commit fe8188e

Browse files
Merge branch 'master' into task/#2_healthcheckUI
2 parents 5415acb + f432962 commit fe8188e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929

3030
- name: Build Code
3131
run: dotnet build TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI.sln --configuration Release
32-
32+
33+
- name: Publish API
34+
run: dotnet publish "TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI.csproj" --configuration Release --output TransactionProcessor.HealthChecksUI/publishOutput
35+
3336
- name: Install Octopus CLI
3437
run: |
3538
sudo apt update && sudo apt install --no-install-recommends gnupg curl ca-certificates apt-transport-https && \
@@ -41,7 +44,7 @@ jobs:
4144
run: >-
4245
octo pack
4346
--outFolder /home/runner/work/SupportTools/TransactionProcessor.HealthChecksUI/
44-
--basePath /home/runner/work/SupportTools/TransactionProcessor.HealthChecksUI/publishOutput
47+
--basePath /home/runner/work/SupportTools/SupportTools/TransactionProcessor.HealthChecksUI/publishOutput
4548
--id TransactionProcessor.HealthChecksUI
4649
--version ${{ steps.get_version.outputs.VERSION }}
4750
--format zip

0 commit comments

Comments
 (0)