Skip to content

Commit 552b6d1

Browse files
authored
Update Build-self-hosted-O64.yml
1 parent daa06a2 commit 552b6d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Build-self-hosted-O64.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ jobs:
1212
steps:
1313
- name: "Checkout"
1414
uses: actions/checkout@v4
15-
with:
16-
token: ${{ secrets.ACCESS_TOKEN }}
1715
- name: "Build Access file (accdb/accde)"
1816
id: build_access_file
1917
uses: AccessCodeLib/msaccess-vcs-build@main
2018
with:
21-
source-dir: "./source"
19+
source-dir: "source"
20+
target-dir: "bin"
2221
timeout-minutes: 10
2322
- name: "Upload Build Artifact"
2423
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)