We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75cee7 commit 64532dbCopy full SHA for 64532db
1 file changed
.github/workflows/createrelease.yml
@@ -40,11 +40,13 @@ jobs:
40
run: |
41
cd /home/runner/work/SupportTools/SupportTools/TransactionProcessor.HealthChecksUI/publishOutput
42
zip -r ../healthchecksui.zip ./*
43
+ echo "Zip file created at: $(realpath ../healthchecksui.zip)"
44
45
- name: Build Release Package (Scheduler Service)
46
47
cd /home/runner/work/SupportTools/SupportTools/TransactionProcessing.SchedulerService/publishOutput
48
zip -r ../schedulerservice.zip ./*
49
+ echo "Zip file created at: $(realpath ../schedulerservice.zip)"
50
51
- name: Upload the artifact (Health Check UI)
52
uses: actions/upload-artifact@v3
0 commit comments