Skip to content

Commit 1187eed

Browse files
committed
give run permissions
1 parent 0a259da commit 1187eed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: import configuration data
4646
run: |
4747
cd ${{ github.workspace }}/configurationmigrationtool
48+
chmod +x ./Dataverse.ConfigurationMigrationTool.Console
4849
./Dataverse.ConfigurationMigrationTool.Console import --schema ${{ github.workspace }}/data/data_schema.xml --data ${{ github.workspace }}/data/data.xml
4950
env:
5051
DOTNET_ENVIRONMENT: Production

0 commit comments

Comments
 (0)