Skip to content

Commit 49a73c5

Browse files
chore: update the correct path for Substitution step at ci
1 parent cee60aa commit 49a73c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet clean
3535
- name: Install dependencies
3636
# my vm server got a problem with ipv6
37-
#I use "export DOTNET_SYSTEM_NET_DISABLEIPV6=1" command to disable it it you don't remove this
37+
#I use "export DOTNET_SYSTEM_NET_DISABLEIPV6=1" command to disable it if you don't remove this
3838
run: |
3939
export DOTNET_SYSTEM_NET_DISABLEIPV6=1
4040
dotnet restore --locked-mode
@@ -43,7 +43,7 @@ jobs:
4343
- name: App Settings Variable Substitution
4444
uses: microsoft/variable-substitution@v1
4545
with:
46-
files: "${{env.DOTNET_ROOT}}/src/Api/appsettings.Testing-Deployment.json"
46+
files: "${GITHUB_WORKSPACE}/src/Api/appsettings.Testing-Deployment.json"
4747
env:
4848
DatabaseSettings.DatabaseConnection: ${{secrets.DB_CONNECTION_STRING}}
4949
S3AwsSettings.AccessKey: ${{ secrets.S3_KEY }}

0 commit comments

Comments
 (0)