Skip to content

Commit bc74553

Browse files
authored
Update BuildIt.yml
fix script path
1 parent 13fc574 commit bc74553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildIt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: pwsh
3333
- name: "Open/close MS Access Application (first run)"
3434
shell: pwsh
35-
run: '${{ github.action_path }}\Open-Close-Office.ps1 "MSACCESS"'
35+
run: './scripts/Open-Close-Office.ps1 "MSACCESS"'
3636
- name: "Build Access file (accdb/accde)"
3737
id: build_access_file
3838
uses: AccessCodeLib/msaccess-vcs-build@main

0 commit comments

Comments
 (0)