Skip to content

Commit 546e1d5

Browse files
authored
Update action.yml
1 parent daa0494 commit 546e1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
- name: "Build accdb/accde from msaccess-vcs export"
4141
shell: pwsh
4242
run: |
43-
${{ github.action_path }}/Build.ps1 `
43+
${{ github.action_path }}\Build.ps1 `
4444
-SourceDir "${{ inputs.source-dir }}" `
4545
-TargetDir "${{ inputs.target-dir }}" `
4646
-Compile "${{ inputs.compile }}" `

0 commit comments

Comments
 (0)