We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0de7c2 + b2c30b1 commit 2ca2df9Copy full SHA for 2ca2df9
.github/workflows/cd-release.yaml
@@ -126,9 +126,10 @@ jobs:
126
id: create-install-script
127
shell: bash
128
run: |
129
- sed 's|__DOLTGRES_VERSION__|'"$DOLTGRES_VERSION"'|' scripts/install.sh > out/install.sh
130
- chmod 755 out/install.sh
+ sed 's|__DOLTGRES_VERSION__|'"$DOLTGRES_VERSION"'|' scripts/install.sh > $FILE
+ chmod 755 $FILE
131
env:
132
+ FILE: ${{ format('{0}/out/install.sh', github.workspace) }}
133
DOLTGRES_VERSION: ${{ needs.format-version.outputs.version }}
134
- name: Upload Linux AMD64 Distro
135
id: upload-linux-amd64-distro
0 commit comments