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 368e4ed commit 77b409cCopy full SHA for 77b409c
.github/workflows/build-accdb.yml
@@ -28,13 +28,13 @@ jobs:
28
with:
29
ref: ${{ github.event.release.tag_name }}
30
31
- - name: "Build add-in"
+ - name: "Build Add-in"
32
id: build_add_in
33
uses: AccessCodeLib/msaccess-vcs-build@main
34
35
source-dir: "source"
36
target-dir: "bin"
37
- file-name: "ACLibDeclarationDictCore.accda"
+ file-name: "ACLibDeclarationDict.accda"
38
run-accunit-tests: true
39
timeout-minutes: 10
40
0 commit comments