Skip to content

Commit a51dec5

Browse files
:|
1 parent c9a249a commit a51dec5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/createrelease.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
zip -r ../healthchecksui.zip ./*
4646
echo "Zip file created at: $(realpath ../healthchecksui.zip)"
4747
48-
- name: Build Release Package (Scheduler Service)
49-
run: |
50-
cd /home/runner/work/SupportTools/SupportTools/TransactionProcessing.SchedulerService/publishOutput
51-
zip -r ../schedulerservice.zip ./*
52-
echo "Zip file created at: $(realpath ../schedulerservice.zip)"
53-
5448
- name: Build Release Package (Scheduler Service TickerQ)
5549
run: |
5650
cd /home/runner/work/SupportTools/SupportTools/TransactionProcessing.SchedulerService.TickerQ/publishOutput
@@ -63,12 +57,6 @@ jobs:
6357
name: healthchecksui
6458
path: /home/runner/work/SupportTools/SupportTools/TransactionProcessor.HealthChecksUI/healthchecksui.zip
6559

66-
- name: Upload the artifact (Scheduler Service)
67-
uses: actions/[email protected]
68-
with:
69-
name: schedulerservice
70-
path: /home/runner/work/SupportTools/SupportTools/TransactionProcessing.SchedulerService/schedulerservice.zip
71-
7260
- name: Upload the artifact (Scheduler Service Ticker Q)
7361
uses: actions/[email protected]
7462
with:

0 commit comments

Comments
 (0)