We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fc574 commit bc74553Copy full SHA for bc74553
1 file changed
.github/workflows/BuildIt.yml
@@ -32,7 +32,7 @@ jobs:
32
shell: pwsh
33
- name: "Open/close MS Access Application (first run)"
34
35
- run: '${{ github.action_path }}\Open-Close-Office.ps1 "MSACCESS"'
+ run: './scripts/Open-Close-Office.ps1 "MSACCESS"'
36
- name: "Build Access file (accdb/accde)"
37
id: build_access_file
38
uses: AccessCodeLib/msaccess-vcs-build@main
0 commit comments