Skip to content

Commit 64532db

Browse files
Update createrelease.yml
1 parent c75cee7 commit 64532db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ jobs:
4040
run: |
4141
cd /home/runner/work/SupportTools/SupportTools/TransactionProcessor.HealthChecksUI/publishOutput
4242
zip -r ../healthchecksui.zip ./*
43+
echo "Zip file created at: $(realpath ../healthchecksui.zip)"
4344
4445
- name: Build Release Package (Scheduler Service)
4546
run: |
4647
cd /home/runner/work/SupportTools/SupportTools/TransactionProcessing.SchedulerService/publishOutput
4748
zip -r ../schedulerservice.zip ./*
49+
echo "Zip file created at: $(realpath ../schedulerservice.zip)"
4850
4951
- name: Upload the artifact (Health Check UI)
5052
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)