Skip to content

Commit 238a7b8

Browse files
committed
missing chmod
1 parent 85aed28 commit 238a7b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
shell: bash
128128
run: |
129129
sed 's|__DOLTGRES_VERSION__|'"$DOLTGRES_VERSION"'|' scripts/install.sh > out/install.sh
130+
chmod 755 out/install.sh
130131
env:
131132
DOLTGRES_VERSION: ${{ needs.format-version.outputs.version }}
132133
- name: Upload Linux AMD64 Distro

0 commit comments

Comments
 (0)