Skip to content

Commit 699f57d

Browse files
include .version in libs - artifact hidden files.
1 parent 088bc42 commit 699f57d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/build-libraries/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)