Skip to content

Commit 580fc8f

Browse files
:|
1 parent 15acc03 commit 580fc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/createrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Unzip the files
108108
run: |
109109
sudo mkdir -p /opt/txnproc/transactionprocessing/estatereportingapi
110-
sudo unzip -o /tmp/securityservice/estatereportingapi.zip -d /opt/txnproc/transactionprocessing/estatereportingapi
110+
sudo unzip -o /tmp/estatereportingapi/estatereportingapi.zip -d /opt/txnproc/transactionprocessing/estatereportingapi
111111
112112
# IMPORTANT: Add a step to ensure the .NET runtime is installed on the server
113113
# This assumes it's not already there. If your base image already has it, you can skip this.

0 commit comments

Comments
 (0)