Skip to content

Commit 761abd5

Browse files
Update createrelease.yml
1 parent 64532db commit 761abd5

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
@@ -52,13 +52,13 @@ jobs:
5252
uses: actions/upload-artifact@v3
5353
with:
5454
name: healthchecksui
55-
path: healthchecksui.zip
55+
path: /home/runner/work/SupportTools/SupportTools/TransactionProcessor.HealthChecksUI/healthchecksui.zip
5656

5757
- name: Upload the artifact (Scheduler Service)
5858
uses: actions/upload-artifact@v3
5959
with:
6060
name: schedulerservice
61-
path: schedulerservice.zip
61+
path: /home/runner/work/SupportTools/SupportTools/TransactionProcessing.SchedulerService/schedulerservice.zip
6262

6363
- name: Build and Publish Nuget Packages
6464
run: |

0 commit comments

Comments
 (0)