Skip to content

Commit 8a4b5d0

Browse files
authored
Update server-build.yml
1 parent 83409a2 commit 8a4b5d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/server-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Building
3434
run: |
3535
if [[ "${{ github.event.inputs.buildType }}" == "Testing" ]]; then
36-
sh deploy/installer/build.sh --VERSION=v${{ github.event.inputs.buildVersion }} --PUBLISH_TO_GIT=false
36+
bash deploy/installer/build.sh --VERSION=v${{ github.event.inputs.buildVersion }} --PUBLISH_TO_GIT=false
3737
fi
3838
if [[ "${{ github.event.inputs.buildType }}" == "Release" ]]; then
39-
sh deploy/installer/build.sh --VERSION=v${{ github.event.inputs.buildVersion }} --PUBLISH_TO_GIT=true
39+
bash deploy/installer/build.sh --VERSION=v${{ github.event.inputs.buildVersion }} --PUBLISH_TO_GIT=true
4040
fi
4141
env:
4242
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)