File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 uses : actions/checkout@v4
1515 with :
1616 token : ${{ secrets.ACCESS_TOKEN }}
17- - name : " Build VBA-Enabled Documents "
18- id : build_vba
17+ - name : " Build Access file (accdb/accde) "
18+ id : build_access_file
1919 uses : AccessCodeLib/msaccess-vcs-build@main
2020 with :
2121 source-dir : " ./source"
2222 timeout-minutes : 10
2323 - name : " Display Chocolatey logs in case of Office install failure"
24- if : failure() && steps.build_vba .outcome == 'failure'
24+ if : failure() && steps.build_access_file .outcome == 'failure'
2525 run : |
2626 if (Test-Path -Path "C:\ProgramData\chocolatey\logs\chocolatey.log") {
2727 Write-Host "============ Chocolatey Log Contents ============"
@@ -35,11 +35,11 @@ jobs:
3535 uses : actions/upload-artifact@v4
3636 id : " upload"
3737 with :
38- name : " VBA-Enabled-Documents "
38+ name : " Binary files "
3939 path : " ./bin/*"
4040 if-no-files-found : warn
4141 - name : " Attestation"
4242 uses : actions/attest-build-provenance@v2
4343 with :
44- subject-name : " VBA-Enabled-Documents "
44+ subject-name : " Binary files "
4545 subject-digest : sha256:${{ steps.upload.outputs.artifact-digest }}
You can’t perform that action at this time.
0 commit comments