Skip to content

Commit d4fd8bc

Browse files
committed
Add GH Action to deploy data
1 parent 3a0822e commit d4fd8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
env:
1515
solutionPath: '${{ github.workspace }}/src/Dataverse.ConfigurationMigrationTool/Dataverse.ConfigurationMigrationTool.sln'
1616
solutionFolder: '${{ github.workspace }}/src/Dataverse.ConfigurationMigrationTool'
17-
toolpublishlocation: '${{ github.workspace }/configurationmigrationtool'
18-
datapublishlocation: '${{ github.workspace }/data'
17+
toolpublishlocation: '${{ github.workspace }}/configurationmigrationtool'
18+
datapublishlocation: '${{ github.workspace }}/data'
1919
jobs:
2020
build:
2121

0 commit comments

Comments
 (0)