File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
.github/actions/build-libraries Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,25 @@ runs:
2929 with :
3030 path : " src/server/abstractions/bin/Release"
3131 name : libs-abstractions-${{ inputs.version }}
32+ include-hidden-files : true
3233
3334 - name : Upload data artifact
3435 uses : actions/upload-artifact@v4
3536 with :
3637 path : " src/server/data/bin/Release"
3738 name : libs-data-${{ inputs.version }}
39+ include-hidden-files : true
3840
3941 - name : Upload letter artifact
4042 uses : actions/upload-artifact@v4
4143 with :
4244 path : " src/server/letter/bin/Release"
4345 name : libs-letter-${{ inputs.version }}
46+ include-hidden-files : true
4447
4548 - name : Upload host artifact
4649 uses : actions/upload-artifact@v4
4750 with :
4851 path : " src/server/host/bin/Release"
4952 name : libs-host-${{ inputs.version }}
53+ include-hidden-files : true
You can’t perform that action at this time.
0 commit comments