Skip to content

Commit 9d17bbd

Browse files
authored
Merge pull request #2 from ClickHouse/fix
fix binary location
2 parents b067344 + 0ccc0cb commit 9d17bbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/upload-artifact@v3
3434
with:
3535
name: binaries
36-
path: ./build/*
36+
path: .build/*
3737

3838
push_to_registries:
3939
name: Push Docker image to multiple registries
@@ -70,9 +70,9 @@ jobs:
7070
uses: actions/download-artifact@v3
7171
with:
7272
name: binaries
73-
path: ./build/
73+
path: .build/
7474

75-
- run: chmod +x bin/*
75+
- run: chmod +x .build/**/*
7676

7777
- id: login-gcp
7878
name: Authenticate with Google Cloud

0 commit comments

Comments
 (0)