We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176ccaf commit 2eb1302Copy full SHA for 2eb1302
1 file changed
.github/workflows/createrelease.yml
@@ -96,6 +96,11 @@ jobs:
96
97
New-Service -Name $serviceName -BinaryPathName $servicePath -Description $serviceName -DisplayName $serviceName -StartupType Automatic
98
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
104
105
- name: Remove existing Windows service (Merchant Pos)
106
run: |
0 commit comments