We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64532db commit 761abd5Copy full SHA for 761abd5
1 file changed
.github/workflows/createrelease.yml
@@ -52,13 +52,13 @@ jobs:
52
uses: actions/upload-artifact@v3
53
with:
54
name: healthchecksui
55
- path: healthchecksui.zip
+ path: /home/runner/work/SupportTools/SupportTools/TransactionProcessor.HealthChecksUI/healthchecksui.zip
56
57
- name: Upload the artifact (Scheduler Service)
58
59
60
name: schedulerservice
61
- path: schedulerservice.zip
+ path: /home/runner/work/SupportTools/SupportTools/TransactionProcessing.SchedulerService/schedulerservice.zip
62
63
- name: Build and Publish Nuget Packages
64
run: |
0 commit comments