Skip to content

Commit 2eb1302

Browse files
Update createrelease.yml
1 parent 176ccaf commit 2eb1302

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ jobs:
9696
9797
New-Service -Name $serviceName -BinaryPathName $servicePath -Description $serviceName -DisplayName $serviceName -StartupType Automatic
9898
Start-Service -Name $serviceName
99+
100+
- name: Download the artifact (Merchant Pos)
101+
uses: actions/download-artifact@v4.1.8
102+
with:
103+
name: merchantpos
99104

100105
- name: Remove existing Windows service (Merchant Pos)
101106
run: |

0 commit comments

Comments
 (0)