Skip to content

Commit aeb63b4

Browse files
Update createrelease.yml
1 parent 55aa809 commit aeb63b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
3939
- name: Build Release Package (Health Check UI)
4040
run: |
41-
cd /home/runner/work/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/publishOutput
41+
cd /home/runner/work/SupportTools/SupportTools/TransactionProcessor.HealthChecksUI/publishOutput
4242
zip -r ../healthchecksui.zip ./*
4343
4444
- name: Build Release Package (Scheduler Service)
4545
run: |
46-
cd /home/runner/work/TransactionProcessor.SchedulerService/TransactionProcessor.SchedulerService/publishOutput
46+
cd /home/runner/work/SupportTools/SupportTools/TransactionProcessor.SchedulerService/publishOutput
4747
zip -r ../schedulerservice.zip ./*
4848
4949
- name: Upload the artifact (Health Check UI)

0 commit comments

Comments
 (0)