Skip to content

Commit 575ce06

Browse files
author
Xander Garbett
authored
With hidden files too.
Signed-off-by: Xander Garbett <[email protected]>
1 parent 950914b commit 575ce06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
name: binaries
3636
path: .build/*
37+
include-hidden-files: true
3738

3839
push_to_registries:
3940
name: Push Docker image to multiple registries
@@ -71,6 +72,7 @@ jobs:
7172
with:
7273
name: binaries
7374
path: .build/
75+
include-hidden-files: true
7476

7577
- run: chmod +x .build/**/*
7678

0 commit comments

Comments
 (0)