We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998dbfc commit 79b7722Copy full SHA for 79b7722
.github/workflows/Build-github-vm-install-office.yml
@@ -1,4 +1,4 @@
1
-name: BuildIt
+name: Build-GitHub-Runner-Install-Office
2
on:
3
- workflow_dispatch
4
@@ -34,7 +34,8 @@ jobs:
34
id: build_access_file
35
uses: AccessCodeLib/msaccess-vcs-build@main
36
with:
37
- source-dir: "./source"
+ source-dir: "source"
38
+ target-dir: "bin"
39
timeout-minutes: 10
40
- name: "Upload Build Artifact"
41
uses: actions/upload-artifact@v4
0 commit comments