Skip to content

Commit 77b409c

Browse files
committed
fix core => add-in file
1 parent 368e4ed commit 77b409c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-accdb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
with:
2929
ref: ${{ github.event.release.tag_name }}
3030

31-
- name: "Build add-in"
31+
- name: "Build Add-in"
3232
id: build_add_in
3333
uses: AccessCodeLib/msaccess-vcs-build@main
3434
with:
3535
source-dir: "source"
3636
target-dir: "bin"
37-
file-name: "ACLibDeclarationDictCore.accda"
37+
file-name: "ACLibDeclarationDict.accda"
3838
run-accunit-tests: true
3939
timeout-minutes: 10
4040

0 commit comments

Comments
 (0)