We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15acc03 commit 580fc8fCopy full SHA for 580fc8f
.github/workflows/createrelease.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Unzip the files
108
run: |
109
sudo mkdir -p /opt/txnproc/transactionprocessing/estatereportingapi
110
- sudo unzip -o /tmp/securityservice/estatereportingapi.zip -d /opt/txnproc/transactionprocessing/estatereportingapi
+ sudo unzip -o /tmp/estatereportingapi/estatereportingapi.zip -d /opt/txnproc/transactionprocessing/estatereportingapi
111
112
# IMPORTANT: Add a step to ensure the .NET runtime is installed on the server
113
# This assumes it's not already there. If your base image already has it, you can skip this.
0 commit comments