Skip to content

Commit a6eb1fc

Browse files
committed
include-hidden-files for .version
1 parent 3daebb6 commit a6eb1fc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545
with:
4646
name: install
4747
path: build/Release/install
48+
include-hidden-files: true
49+
if-no-files-found: error

.github/workflows/build-win32.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ jobs:
4444
with:
4545
name: install
4646
path: build/install
47+
include-hidden-files: true
48+
if-no-files-found: error

0 commit comments

Comments
 (0)